Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/TMaybeMappedAllocator
Inheritance Hierarchy
- TMaybeMappedAllocator::ForAnyElementType
- TMaybeMappedAllocator::ForElementType
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCompressionTypes.h |
Include | #include "Animation/AnimCompressionTypes.h" |
Syntax
class ForAnyElementType
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor. |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AcceptFileMapping
(
IMappedFileHandle* InMappedHandle, |
|
![]() ![]() |
SizeType | CalculateSlackGrow
(
SizeType NumElements, |
|
![]() ![]() |
SizeType | CalculateSlackReserve
(
SizeType NumElements, |
|
![]() ![]() |
SizeType | CalculateSlackShrink
(
SizeType NumElements, |
|
![]() ![]() |
SIZE_T | GetAllocatedSize
(
SizeType NumAllocatedElements, |
|
![]() ![]() |
FScriptContainerElement * | ||
![]() ![]() |
SizeType | ||
![]() ![]() |
bool | ||
![]() ![]() |
bool | IsMapped () |
|
![]() |
void | MoveToEmpty
(
ForAnyElementType& Other |
Moves the state of another allocator into this one. |
![]() |
void | ResizeAllocation
(
SizeType PreviousNumElements, |
Define the ResizeAllocation function with the regular alignment as exported to avoid bloat. |