unreal.RigUnit_FindItemsWithMetadata

class unreal.RigUnit_FindItemsWithMetadata(name: Name = 'None', type: RigMetadataType = Ellipsis, items: Array[RigElementKey] = [])

Bases: RigUnit

Returns all items containing a specific set of metadata

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_Metadata.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

  • type (RigMetadataType): [Read-Write] Type: The type of metadata to find

property items: Array[RigElementKey]

[Read-Only] Items: The items containing the metadata

Type:

(Array[RigElementKey])

property name: Name

[Read-Write] Name: The name of the metadata to find

Type:

(Name)

property type: RigMetadataType

[Read-Write] Type: The type of metadata to find

Type:

(RigMetadataType)