Houdini 20.5 Nodes APEX nodes

graph::PortNode

Gets the node that contains a given port in an APEX graph.

On this page
Since 20.0

Gets the node that contains a given port in an APEX graph. If the node cannot be found, an invalid node ID is returned. The Convert<ApexNodeID, Bool> node can be used to determine whether or not a node ID is valid.

Inputs

graph: ApexGraphHandle

The graph that contains the port to search for.

portid: ApexPortID

The port to find in the graph.

Outputs

nodeid: ApexNodeID

The unique ID of the node that contains portid. If no such node exists, nodeid is set to an invalid ID.

See also

APEX nodes