Houdini 20.5 Nodes APEX nodes

graph::NodeInputs

Finds all the input ports on an APEX node.

On this page
Since 20.0

Returns an array of all the input port IDs on a given APEX node or subnet.

Inputs

graph: ApexGraphHandle

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

node: ApexNodeID

The node to query for the input ports.

Outputs

ports: ApexPortIDArray

An array of unique port identifiers, created at run time, that represent the input ports found on node.

See also

APEX nodes