Houdini 22.0 Nodes APEX nodes

graph::NodeInput

Returns a node’s input port given an index.

On this page
Since 22.0

Returns a node’s input port given an index.

Note

This node does not return subports. To get a subport, use graph::GetSubPort.

Inputs

graph: ApexGraphHandle

The graph that contains the node to query for the input port.

nodeid: ApexNodeID

The node to query for the input port.

index: Int

The index of the input port. A value of 0 indicates the first input of the node.

Outputs

port: ApexPortID

A port ID that represents the input port found on node.

See also

APEX nodes