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