Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRigBaseElement * Find
(
const FRigElementKey& InKey |
Returns an element for a given key or nullptr. | Rigs/RigHierarchy.h | |
FRigBaseElement * Find
(
const FRigElementKey& InKey |
Returns an element for a given key or nullptr. | Rigs/RigHierarchy.h | |
T * Find
(
const FRigElementKey& InKey |
Returns an element for a given key or nullptr. | Rigs/RigHierarchy.h | |
const T * Find
(
const FRigElementKey& InKey, |
Returns an element for a given key or nullptr. | Rigs/RigHierarchy.h |
Find(const FRigElementKey &)
Description
Returns an element for a given key or nullptr.
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
const FRigBaseElement * Find
(
const FRigElementKey & InKey
) const
The retrieved element or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve. |
Find(const FRigElementKey &)
Description
Returns an element for a given key or nullptr.
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
FRigBaseElement * Find
(
const FRigElementKey & InKey
)
The retrieved element or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve. |
Find(const FRigElementKey &)
Description
Returns an element for a given key or nullptr. This templated method also casts to the chosen element type but does not guarantee a valid result.
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
template<typename T>
T * Find
(
const FRigElementKey & InKey
)
The retrieved element or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve. |
Find(const FRigElementKey &, bool)
Description
Returns an element for a given key or nullptr. This templated method also casts to the chosen element type but does not guarantee a valid result.
| Name | Find |
| 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 * Find
(
const FRigElementKey & InKey,
bool bFollowRedirector
) const
The retrieved element or nullptr.
Parameters
| Name | Remarks |
|---|---|
| InKey | The key of the element to retrieve. |
| bFollowRedirector | false if we want to retrieve a connector itself |