Output: Transform (matrix) value
This shader gets individual scale, rotation, and position values and outputs them as a single transformation matrix value.
Plugs into any port on a shader that supports Transform data as a matrix. It can be used to transform normals and UV coordinates etc.
In the shader compound shown below, the Create Transform shader is used to transform UV coordinates with a matrix.