Houdini 20.5 Nodes APEX nodes

graph::HasNodeTag

Checks if a tag exists on a node.

On this page
Since 20.5

Checks if a specific tag exists on a node. Returns True if the tag exists, and False if the tag is not found.

Inputs

graph: ApexGraphHandle

The graph that contains the node to check.

nodeid: ApexNodeID

The node to check for the tag.

tag: String

The tag name to find.

Outputs

exists: Bool

Returns True if the tag exists, and False if the tag is not found.

See also

APEX nodes