unreal.RigUnit_FindItemsWithMetadataTag

class unreal.RigUnit_FindItemsWithMetadataTag(tag: Name = 'None', items: None = [])

Bases: RigUnit

Returns all items with a specific tag

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_Metadata.h

Editor Properties: (see get_editor_property/set_editor_property)

  • items (Array[RigElementKey]): [Read-Write] The items containing the metadata

  • tag (Name): [Read-Write] The name of the tag to find

property items: None

[Read-Only] The items containing the metadata

Type:

(Array[RigElementKey])

property tag: Name

[Read-Write] The name of the tag to find

Type:

(Name)