Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRigBaseElement * Get
(
int32 InIndex |
Returns an element at a given index or nullptr. | Rigs/RigHierarchy.h | |
FRigBaseElement * Get
(
int32 InIndex |
Returns an element at a given index or nullptr. | Rigs/RigHierarchy.h | |
const T * Get
(
int32 InIndex |
Returns an element at a given index or nullptr. | Rigs/RigHierarchy.h | |
T * Get
(
int32 InIndex |
Returns an element at a given index or nullptr. | Rigs/RigHierarchy.h |
Get(int32)
Description
Returns an element at a given index or nullptr.
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
const FRigBaseElement * Get
(
int32 InIndex
) const
The retrieved element or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InIndex | The index of the element to retrieve. |
Get(int32)
Description
Returns an element at a given index or nullptr.
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
FRigBaseElement * Get
(
int32 InIndex
)
The retrieved element or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InIndex | The index of the element to retrieve. |
Get(int32)
Description
Returns an element at a given index or nullptr. This templated method also casts to the chosen element type but does not guarantee a valid result.
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
template<typename T>
const T * Get
(
int32 InIndex
) const
The retrieved element or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InIndex | The index of the element to retrieve. |
Get(int32)
Description
Returns an element at a given index or nullptr. This templated method also casts to the chosen element type but does not guarantee a valid result.
| Name | Get |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
template<typename T>
T * Get
(
int32 InIndex
)
The retrieved element or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InIndex | The index of the element to retrieve. |