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] * This property is used to chain multiple mutable units togetheritem
(RigElementKey): [Read-Write] The item to set the metadata forremoved
(bool): [Read-Write] Returns true if the removal was successfultag
(Name): [Read-Write] The name of the tag to set
- property item: RigElementKey¶
[Read-Write] The item to set the metadata for
- Type: