Houdini 20.5 Nodes APEX nodes

graphutils::NodeCallbackName

Returns the callback name of a node.

On this page
Since 20.5

Returns the callback name of nodeid. If 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 callback name.

Outputs

callback: String

The callback name of nodeid.

See also

APEX nodes