Houdini 20.0 Nodes APEX Nodes

graph::FindNode

Finds an APEX node id in a given APEX graph based on a node path.

On this page
Since 20.0

Finds an APEX node id in a given APEX graph based on a path. If the node to be found is not in a subnet the name of the node can be directly used for the path. If the is in a subnet or nested subnets the path must be definied in the following way

/my_subnet_name/my_node_name

If the node can not be found the return nodeid will point to nothing. The Convert<ApexNodeID, Bool> callback can be used to check if a given node id is valid or not.

Inputs

graph: ApexGraphHandle

The graph containing the node to be found.

path: String

The path defining a specific node. Subnet folder directory and the name of the node to be found.

Outputs

nodeid: ApexNodeID

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

APEX Nodes