Houdini 22.0 Nodes APEX nodes

graph::SetNodeTag

Adds a tag on an APEX graph node.

On this page
Since 22.0

Adds a tag on an APEX graph node. This is useful for adding a single tag to a node. When adding multiple tags, use graph::UpdateNodeTags instead.

The graph ports of this node are in-place ports, which means the graph is updated without creating a copy.

Inputs

*graph: ApexGraphHandle Required

The graph that contains the node to update.

nodeid: ApexNodeID

The node on which to add the tag.

tag: String

The tag to add. This tag is added to the list of tags that already exist on the node.

Outputs

*graph: ApexGraphHandle

Pass-through of the corresponding graph input.

nodeid: ApexNodeID

The ID of the node with the added tag.

See also

APEX nodes