unreal.RigUnit_RemoveAllMetadata

class unreal.RigUnit_RemoveAllMetadata(execute_context: ControlRigExecuteContext = [], item: RigElementKey = Ellipsis, removed: bool = False)

Bases: RigUnitMutable

Removes an existing metadata filed 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 remove the metadata from

  • removed (bool): [Read-Write] Removed: True if any metadata has been removed

property item: RigElementKey

[Read-Write] Item: The item to remove the metadata from

Type:

(RigElementKey)

property removed: bool

[Read-Only] Removed: True if any metadata has been removed

Type:

(bool)