Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_RemoveMetadata
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Hierarchy/RigUnit_Metadata.h |
| Include | #include "Units/Hierarchy/RigUnit_Metadata.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Remove Metadata", Category="Hierarchy", DocumentationPolicy="Strict", Keywords="DeleteMetadata", NodeColor="0.462745, 1,0, 0.329412", Varying))
struct FRigUnit_RemoveMetadata : public FRigUnitMutable
Remarks
Removes an existing metadata filed from an item
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCachedRigElement | CachedIndex | Used to cache the internally used index. | |
| FRigElementKey | Item | The item to remove the metadata from | |
| FName | Name | The name of the metadata to remove | |
| ERigMetaDataNameSpace | NameSpace | Defines in which namespace the metadata will be looked up | |
| bool | Removed | True if the metadata has been removed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |