Houdini 20.0 Nodes APEX Nodes

graph::FindNodeInput

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

On this page
Since 20.0

Finds an APEX port id for a given output port defined by via the inputname 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 port is to be found for.

nodeid: ApexNodeID

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

inputname: String

The name specifying the port input 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