Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/FRigReusableElementStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Deallocate
(
const int32& InIndex |
Rigs/RigReusableElementStorage.h | ||
void Deallocate
(
const TConstArrayView< int32 >& InIndices |
Rigs/RigReusableElementStorage.h | ||
void Deallocate
(
OwnerType* InOwner |
Rigs/RigReusableElementStorage.h | ||
void Deallocate
(
int32& InIndex, |
Rigs/RigReusableElementStorage.h | ||
void Deallocate
(
int32 InStartIndex, |
Rigs/RigReusableElementStorage.h |
Deallocate(const int32 &)
| Name | Deallocate |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigReusableElementStorage.h |
| Include Path | #include "Rigs/RigReusableElementStorage.h" |
void Deallocate
(
const int32 & InIndex
)
Deallocate(const TConstArrayView< int32 > &)
| Name | Deallocate |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigReusableElementStorage.h |
| Include Path | #include "Rigs/RigReusableElementStorage.h" |
void Deallocate
(
const TConstArrayView< int32 > & InIndices
)
Deallocate(OwnerType *)
| Name | Deallocate |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigReusableElementStorage.h |
| Include Path | #include "Rigs/RigReusableElementStorage.h" |
template<typename OwnerType>
void Deallocate
(
OwnerType * InOwner
)
Deallocate(int32 &, T **)
| Name | Deallocate |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigReusableElementStorage.h |
| Include Path | #include "Rigs/RigReusableElementStorage.h" |
void Deallocate
(
int32 & InIndex,
T ** InStorage
)
Deallocate(int32, int32)
| Name | Deallocate |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigReusableElementStorage.h |
| Include Path | #include "Rigs/RigReusableElementStorage.h" |
void Deallocate
(
int32 InStartIndex,
int32 InCount
)