Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T * GetComponentChecked
(
int32 InIndex |
Returns a component at a given index. | Rigs/RigHierarchy.h | |
T * GetComponentChecked
(
int32 InIndex |
Returns a component at a given index. | Rigs/RigHierarchy.h |
GetComponentChecked(int32)
Description
Returns a component at a given index. This templated method also casts to the chosen component type and checks for a the valid result.
| Name | GetComponentChecked |
| 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 * GetComponentChecked
(
int32 InIndex
) const
The retrieved component or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InIndex | The index of the component to retrieve. |
GetComponentChecked(int32)
Description
Returns a component at a given index. This templated method also casts to the chosen component type and checks for a the valid result.
| Name | GetComponentChecked |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
template<typename T>
T * GetComponentChecked
(
int32 InIndex
)
The retrieved component or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InIndex | The index of the component to retrieve. |