Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetNumberOfParents
(
FRigElementKey InKey |
Returns the number of parents of an element | Rigs/RigHierarchy.h |
|
int32 GetNumberOfParents
(
int32 InIndex |
Returns the number of parents of an element | Rigs/RigHierarchy.h | |
int32 GetNumberOfParents
(
const FRigBaseElement* InElement |
Returns the number of parents of an element | Rigs/RigHierarchy.h |
GetNumberOfParents(FRigElementKey)
Description
Returns the number of parents of an element
| Name | GetNumberOfParents |
| 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)
int32 GetNumberOfParents
(
FRigElementKey InKey
) const
Returns the number of parents of an element
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve the number of parents for |
GetNumberOfParents(int32)
Description
Returns the number of parents of an element
| Name | GetNumberOfParents |
| 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 GetNumberOfParents
(
int32 InIndex
) const
Returns the number of parents of an element
Parameters
| Name | Remarks |
|---|---|
| InIndex | The index of the element to retrieve the number of parents for |
GetNumberOfParents(const FRigBaseElement *)
Description
Returns the number of parents of an element
| Name | GetNumberOfParents |
| 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 GetNumberOfParents
(
const FRigBaseElement * InElement
) const
Returns the number of parents of an element
Parameters
| Name | Remarks |
|---|---|
| InElement | The element to retrieve the number of parents for |