![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ContainerAllocationPolicies.h>
Inheritance diagram for TSizedHeapAllocator< IndexSize, BaseMallocType >:Classes | |
| class | ForAnyElementType |
| class | ForElementType |
Public Types | |
| enum | { NeedsElementType = false } |
| enum | { RequireRangeCheck = true } |
| using | SizeType = typename TBitsToSizeType< IndexSize >::Type |
| using | BaseMalloc = BaseMallocType |
The indirect allocation policy always allocates the elements indirectly.
| using TSizedHeapAllocator< IndexSize, BaseMallocType >::BaseMalloc = BaseMallocType |
| using TSizedHeapAllocator< IndexSize, BaseMallocType >::SizeType = typename TBitsToSizeType<IndexSize>::Type |
| anonymous enum |
| anonymous enum |