Version:

IN THIS ARTICLE

Get Input Number

Get Input Number

Returns the value of an input parameter as a number. Use this node with the Float1 and Integer1 substance data types.

Note
You can use this node with all substance data types: Float1 through Float4 and Integer1 through Integer4. However, if the dimensions don’t match, the extra dimensions from the input parameter are ignored.

Contents

[GetInputNumber gets the numeric 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.
NumberNumberThe value of the specified input parameter. Returns 0 if the value can’t be found.