Navigation
API > API/Runtime > API/Runtime/Core
The fixed allocation policy allocates up to a specified number of elements in the same allocation as the container. It's like the inline allocator, except it doesn't provide secondary storage when the inline storage has been filled.
| Name | TFixedAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ContainerAllocationPolicies.h |
| Include Path | #include "Containers/ContainerAllocationPolicies.h" |
Syntax
template<uint32 NumInlineElements>
class TFixedAllocator
Derived Classes
Classes
| Name | Remarks |
|---|---|
| ForElementType |
Enums
Public
| Name | Remarks |
|---|---|
| TFixedAllocator | |
| TFixedAllocator | |
| TFixedAllocator |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ForAnyElementType | void | Containers/ContainerAllocationPolicies.h | |
| SizeType | int32 | Containers/ContainerAllocationPolicies.h |