Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy > API/Plugins/ControlRig/Rigs/URigHierarchy/GetChecked
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
template<typename T>
T * GetChecked
(
int32 InIndex
)
Remarks
Returns an element at a given index. This templated method also casts to the chosen element type and checks for a the valid result. The retrieved element or nullptr.
Parameters
| Name | Description |
|---|---|
| InIndex | The index of the element to retrieve. |