Houdini 20.5 Nodes APEX nodes

graph::FindNodeOutput

Finds an output port on an APEX node.

On this page
Since 20.0

Finds a port ID for an output port named outputname on an APEX node identified by nodeid. If the port cannot be found, an invalid port ID is returned. The Convert<ApexPortID, Bool> node can be used to determine whether or not a port ID is valid.

Inputs

graph: ApexGraphHandle

The graph that contains the node with the output port to find.

nodeid: ApexNodeID

The node ID that identifies the node with the output port to find.

outputname: String

The name of the output port to find.

Outputs

portid: ApexPortID

The unique identifier, created at run time, that represents the output port found in the graph.

See also

APEX nodes