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)
TArray < FRigElementKey > GetKeys
(
const TArray < int32 > InElementIndices
) const
Remarks
Returns the keys of an array of indices The keys of the elements given the indices
Parameters
| Name | Description |
|---|---|
| InElementIndices | The indices to retrieve the keys for |