Houdini 20.5 Nodes APEX nodes

graph::FindNodeTags

Finds the tags of a node based on a pattern.

On this page
Since 20.5

Finds an array of tags based on a string pattern. All the tags that match the pattern are added to a new string array.

Inputs

graph: ApexGraphHandle

The graph that contains the node on which to find the tags.

nodeid: ApexNodeID

The node on which to find the tags.

pattern: String

The string pattern that matches the tags you want to find on the node.

Outputs

tags: StringArray

A string array of all the found tags on the node.

See also

APEX nodes