Version:

IN THIS ARTICLE

Get Input Vector2

Get Input Vector2

Returns the value of an input parameter as a Vector2. Use this node with the Float2 and Integer2 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. If there are more dimensions, they are ignored.

Contents

[GetInputVector2 gets the Vector2 value for a procedural material’s parameter.]

Inputs


PinTypeDescription
InEventTriggers the node.
Procedural MaterialProcedural materialThe procedural material to query.
Input NameStringThe name of the input parameter to return.

Outputs


PinTypeDescription
OutEventSends when the node is finished.
Vector2Vector2The value of the specified input parameter. Returns 0 if the value can’t be found.