Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
UFUNCTION (BlueprintCallable, Category=URigHierarchy)
FRigElementKey GetKey
(
int32 InElementIndex
) const
Remarks
Returns the key of an element given its index The key of an element given its index
Parameters
| Name | Description |
|---|---|
| InElementIndex | The index of the element to retrieve the key for |