![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ContainerAllocationPolicies.h>
Classes | |
| struct | AllocatorAlignment |
Public Types | |
| template<int32 ElementSize> | |
| using | ElementAllocator = TInlineAllocator< UE::Core::Private::CompactSetAllocatorHelpers::CalculateRequiredBytes< NumInlineElements, ElementSize >(), typename SecondaryAllocator::template ElementAllocator< ElementSize > > |
An inline allocator that allows sizing of the inline allocations for a set number of elements.
| using TInlineCompactSetAllocator< NumInlineElements, SecondaryAllocator >::ElementAllocator = TInlineAllocator<UE::Core::Private::CompactSetAllocatorHelpers::CalculateRequiredBytes<NumInlineElements, ElementSize>(),typename SecondaryAllocator::template ElementAllocator<ElementSize> > |