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