Get Input Vector4
Returns the value of an input parameter as a Vector4. Use this node with the
Float4
and Integer4
substance data types.
Note
You can use this node with all substance data types: Float1
through
Float4
and Integer1
through Integer4
.
However, if the input parameter has fewer dimensions, the extra dimensions are
assigned a value of 0
.

Inputs
Pin | Type | Description |
---|---|---|
In | Event | Triggers the node. |
Procedural Material | Procedural material | The procedural material to query. |
Input Name | String | The name of the input parameter to return. |
Outputs
Pin | Type | Description |
---|---|---|
Out | Event | Sends when the node is finished. |
Vector4 | Vector4 |
The value of the specified input parameter. Returns |