Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyDefines.h |
| Include | #include "Rigs/RigHierarchyDefines.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigElementKey
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | ||
| ERigElementType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigElementKey
(
const ERigElementType InType |
|||
FRigElementKey
(
const FString& InKeyString |
|||
FRigElementKey
(
const FName& InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsTypeOf
(
ERigElementType InElementType |
||
| bool | IsValid () |
||
| void | |||
| void | Reset () |
||
| void | |||
| void | |||
| FString | |||
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FRigElementKey& Other |
||
| bool | operator<
(
const FRigElementKey& Other |
||
| bool | operator==
(
const FRigElementKey& Other |
||
| bool | operator>
(
const FRigElementKey& Other |