![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ContainerAllocationPolicies.h>
Inheritance diagram for TFixedAllocator< NumInlineElements >:Classes | |
| class | ForElementType |
Public Types | |
| enum | { NeedsElementType = true } |
| enum | { RequireRangeCheck = true } |
| enum | { ShrinkByDefault = false } |
| using | SizeType = int32 |
| typedef void | ForAnyElementType |
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.
| typedef void TFixedAllocator< NumInlineElements >::ForAnyElementType |
| using TFixedAllocator< NumInlineElements >::SizeType = int32 |