Version:

IN THIS ARTICLE

Get Param Vector4

Get Param Vector4

Returns a material parameter as a Vector4 value.

Contents

[getparamvector4, getparamvector4node]

Inputs


PinTypeDescription
InEventTriggers the node.
MaterialMaterialThe material to query.
Param NameStringThe name of the material parameter to return. For more information, see Finding the Material Parameter Name.

Outputs


PinTypeDescription
OutEventSends when the node is finished.
Vector4Vector4The queried value. If the parameter is not found, the value is (0, 0, 0, 0).