Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Hierarchy
Inheritance Hierarchy
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="Has Metadata", Category="Hierarchy", DocumentationPolicy="Strict", Keywords="MetadataExists,HasKey,SupportsMetadata,FindMetadata", NodeColor="0.462745, 1,0, 0.329412", Varying))
struct FRigUnit_HasMetadata : public FRigUnit
Returns true if a given item in the hierarchy has a specific set of metadata
Variables
| |
Type |
Name |
Description |
 |
FCachedRigElement |
CachedIndex |
Used to cache the internally used index. |
 |
bool |
Found |
True if the item has the metadata. |
 |
FRigElementKey |
Item |
The item to check the metadata for |
 |
FName |
Name |
The name of the metadata to check |
 |
ERigMetaDataNameSpace |
NameSpace |
Defines in which namespace the metadata will be looked up |
 |
ERigMetadataType |
Type |
The type of metadata to check for |
Constructors
| |
Type |
Name |
Description |
 |
|
|
|
Overridden from FRigVMStruct
| |
Type |
Name |
Description |
 |
void |
|
Execute logic for this struct |