Houdini 20.5 Nodes APEX nodes

graph::FindNodeInput

Finds an input port on an APEX node.

On this page
Since 20.0

Finds a port ID for an input port named inputname on the 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 input port to find.

nodeid: ApexNodeID

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

inputname: String

The name of the input port to find.

Outputs

portid: ApexPortID

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

See also

APEX nodes