Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy > API/Plugins/ControlRig/Rigs/URigHierarchy/GetLocalIndex
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
int32 GetLocalIndex
(
const FRigElementKey & InKey
) const
Remarks
Returns the index of an element given its key within its default parent (or root) The index of the element or INDEX_NONE
Parameters
| Name | Description |
|---|---|
| InKey | The key of the element to retrieve the index for |