unreal.RigUnit_RemoveMetadataTag

class unreal.RigUnit_RemoveMetadataTag(execute_context: ControlRigExecuteContext = [], item: RigElementKey = Ellipsis, tag: Name = 'None', removed: bool = False)

Bases: RigUnitMutable

Removes a tag from an item

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_Metadata.h

Editor Properties: (see get_editor_property/set_editor_property)

  • execute_context (ControlRigExecuteContext): [Read-Write] Execute Context: * This property is used to chain multiple mutable units together

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

  • removed (bool): [Read-Write] Removed: Returns true if the removal was successful

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

property item: RigElementKey

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

Type:

(RigElementKey)

property removed: bool

[Read-Only] Removed: Returns true if the removal was successful

Type:

(bool)

property tag: Name

[Read-Write] Tag: The name of the tag to set

Type:

(Name)