Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_FindItemsWithMetadata
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="Find Items with Metadata", Category="Hierarchy", DocumentationPolicy="Strict", Keywords="MetadataExists,HasKey,SupportsMetadata", NodeColor="0.462745, 1,0, 0.329412", Varying))
struct FRigUnit_FindItemsWithMetadata : public FRigUnit
Remarks
Returns all items containing a specific set of metadata
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FRigElementKey > | Items | The items containing the metadata. | |
| FName | Name | The name of the metadata to find | |
| ERigMetaDataNameSpace | NameSpace | Defines in which namespace the metadata will be looked up | |
| ERigMetadataType | Type | The type of metadata to find |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |