Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetLocalIndex
(
const FRigElementKey& InKey |
Returns the index of an element given its key within its default parent (or root) | Rigs/RigHierarchy.h | |
int32 GetLocalIndex
(
const FRigBaseElement* InElement |
Returns the index of an element given its key within its default parent (or root) | Rigs/RigHierarchy.h |
GetLocalIndex(const FRigElementKey &)
Description
Returns the index of an element given its key within its default parent (or root)
| Name | GetLocalIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
int32 GetLocalIndex
(
const FRigElementKey & InKey
) const
The index of the element or INDEX_NONE
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve the index for |
GetLocalIndex(const FRigBaseElement *)
Description
Returns the index of an element given its key within its default parent (or root)
| Name | GetLocalIndex |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
int32 GetLocalIndex
(
const FRigBaseElement * InElement
) const
The index of the element or INDEX_NONE
Parameters
| Name | Remarks |
|---|---|
| InElement | The element to retrieve the index for |