Houdini 20.5 Nodes APEX nodes

graphutils::NodeName

Returns the name of a node.

On this page
Since 20.5

Returns the name of nodeid. If the nodeid is invalid, an empty string is returned.

Inputs

graph: ApexGraphHandle

The graph that contains the node to query.

nodeid: ApexNodeID

The node to query for the name.

Outputs

name: String

The name of nodeid.

See also

APEX nodes