Houdini 22.0 Nodes APEX nodes

graph::NodeOutput

Returns a node’s output port given an index.

On this page
Since 22.0

Returns a node’s output 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 output port.

nodeid: ApexNodeID

The node to query for the output port.

index: Int

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

Outputs

port: ApexPortID

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

See also

APEX nodes