Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/URigHierarchy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
const FRigElementKey& InKey |
Returns true if the provided element key is valid | Rigs/RigHierarchy.h | |
bool Contains
(
const FRigElementKey& InKey |
Returns true if the provided element key is valid as a certain typename | Rigs/RigHierarchy.h |
Contains(const FRigElementKey &)
Description
Returns true if the provided element key is valid
| Name | Contains |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
bool Contains
(
const FRigElementKey & InKey
) const
Returns true if the provided element key is valid
Parameters
| Name | Remarks |
|---|---|
| InKey | The key to validate |
Contains(const FRigElementKey &)
Description
Returns true if the provided element key is valid as a certain typename
| Name | Contains |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include Path | #include "Rigs/RigHierarchy.h" |
template<typename T>
bool Contains
(
const FRigElementKey & InKey
) const
Returns true if the provided element key is valid
Parameters
| Name | Remarks |
|---|---|
| InKey | The key to validate |