Houdini 20.0 Nodes APEX Nodes

graph::FindNodeOutput

Finds an APEX port id for a given input port defined by a name on a specified APEX node.

On this page
Since 20.0

Finds an APEX port id for a given input port defined by via the outputname on a specified APEX node. If the port can not be found the return port id will point to nothing. The Convert<ApexPortID, Bool> callback can be used to check if a given node id is valid or not.

Inputs

graph: ApexGraphHandle

The APEX graph containing the node the input port is to be found for.

nodeid: ApexNodeID

The node id representing the node with the given output port to be found.

outputname: String

The name specifying the port output of the given APEX node.

Outputs

portid: ApexPortID

The unique identifier, created at run time, representing the found input port in the graph.

APEX Nodes