Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchyElements.h |
| Include | #include "Rigs/RigHierarchyElements.h" |
Syntax
template<typename T>
struct FRigReusableElementStorage
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32, TInlineAllocator< 4 > > | |||
| TArray< T >::RangedForConstIteratorType | begin () |
||
| TArray< T >::RangedForIteratorType | begin () |
||
| bool | |||
| bool | Contains
(
const OwnerType* InOwner |
||
| void | Deallocate
(
const TConstArrayView< int32 >& InIndices |
||
| void | Deallocate
(
OwnerType* InOwner |
||
| void | Deallocate
(
int32& InIndex, |
||
| TArray< T >::RangedForIteratorType | end () |
||
| TArray< T >::RangedForConstIteratorType | end () |
||
| const T * | GetData () |
||
| bool | IsValidIndex
(
const int32& InIndex |
||
| int32 | Num () |
||
| void | |||
| TMap< int32, int32 > |
Operators
| Type | Name | Description | |
|---|---|---|---|
| T & | operator[]
(
int InIndex |
||
| const T & | operator[]
(
int InIndex |