Houdini 22.0 Nodes APEX nodes

graph::IsValidID<T>

Checks whether a given node ID or port ID is valid.

On this page
Since 22.0

Returns True if the given node ID or port ID is valid.

Inputs

graph: ApexGraphHandle

The graph to query.

id: ApexNodeID, ApexPortID

The ID to validate.

Outputs

valid: Bool

Returns True if the ID is valid.

See also

APEX nodes