Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FRigElementKey > GetParents
(
FRigElementKey InKey, |
Returns the parent elements of a given element key | Rigs/RigHierarchy.h |
|
TArray< int32 > GetParents
(
int32 InIndex, |
Returns the parent elements of a given element index | Rigs/RigHierarchy.h | |
FRigBaseElementParentArray GetParents
(
const FRigBaseElement* InElement, |
Returns the parent elements of a given element | Rigs/RigHierarchy.h |
GetParents(FRigElementKey, bool)
Description
Returns the parent elements of a given element key
| Name | GetParents |
| 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 |
UFUNCTION (BlueprintCallable, Category=URigHierarchy)
TArray < FRigElementKey > GetParents
(
FRigElementKey InKey,
bool bRecursive
) const
Returns the parent elements
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve the parents for |
| bRecursive | If set to true parents of parents will also be returned |
GetParents(int32, bool)
Description
Returns the parent elements of a given element index
| Name | GetParents |
| 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 |
TArray < int32 > GetParents
(
int32 InIndex,
bool bRecursive
) const
Returns the parent elements' indices
Parameters
| Name | Remarks |
|---|---|
| InIndex | The index of the element to retrieve the parents for |
| bRecursive | If set to true parents of parents will also be returned |
GetParents(const FRigBaseElement *, bool)
Description
Returns the parent elements of a given element
| Name | GetParents |
| 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 |
FRigBaseElementParentArray GetParents
(
const FRigBaseElement * InElement,
bool bRecursive
) const
Returns the parent elements
Parameters
| Name | Remarks |
|---|---|
| InElement | The element to retrieve the parents for |
| bRecursive | If set to true parents of parents will also be returned |