Get Param Vector4
Returns a material parameter as a Vector4 value.

Inputs
Pin | Type | Description |
---|---|---|
In | Event | Triggers the node. |
Material | Material |
The material to query. |
Param Name | String |
The name of the material parameter to return. For more information, see Finding the Material Parameter Name. |
Outputs
Pin | Type | Description |
---|---|---|
Out | Event | Sends when the node is finished. |
Vector4 | Vector4 | The queried value. If the parameter is not found, the value is
(0 , 0 , 0 ,
0 ).
|