Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigElementKeyAndIndex GetKeyAndIndex
(
const FRigElementKey& InKey |
Returns the key and index pair of an element given its key | Rigs/RigHierarchy.h | |
FRigElementKeyAndIndex GetKeyAndIndex
(
int32 InIndex |
Returns the key and index pair of an element given its index | Rigs/RigHierarchy.h |
GetKeyAndIndex(const FRigElementKey &)
Description
Returns the key and index pair of an element given its key
| Name | GetKeyAndIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
FRigElementKeyAndIndex GetKeyAndIndex
(
const FRigElementKey & InKey
) const
The key and index pair of the element
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve the information for |
GetKeyAndIndex(int32)
Description
Returns the key and index pair of an element given its index
| Name | GetKeyAndIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
FRigElementKeyAndIndex GetKeyAndIndex
(
int32 InIndex
) const
The key and index pair of the element
Parameters
| Name | Remarks |
|---|---|
| InIndex | The index of the element to retrieve the information for |