unreal.RigUnit_HasMetadataTagArray

class unreal.RigUnit_HasMetadataTagArray(item: RigElementKey = Ellipsis, tags: Array[Name] = [], found: bool = False)

Bases: RigUnit

Returns true if a given item in the hierarchy has all of the provided tags

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_Metadata.h

Editor Properties: (see get_editor_property/set_editor_property)

  • found (bool): [Read-Write] Found: True if the item has the metadata

  • item (RigElementKey): [Read-Write] Item: The item to check the metadata for

  • tags (Array[Name]): [Read-Write] Tags: The name of the tag to check

property found: bool

[Read-Only] Found: True if the item has the metadata

Type:

(bool)

property item: RigElementKey

[Read-Write] Item: The item to check the metadata for

Type:

(RigElementKey)

property tags: Array[Name]

[Read-Write] Tags: The name of the tag to check

Type:

(Array[Name])