![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ContainerAllocationPolicies.h>
Public Types | |
| typedef TInlineAllocator< NumInlineElements, typename SecondaryAllocator::ElementAllocator > | ElementAllocator |
| typedef TInlineAllocator< InlineBitArrayDWORDs, typename SecondaryAllocator::BitArrayAllocator > | BitArrayAllocator |
An inline sparse array allocator that allows sizing of the inline allocations for a set number of elements.
| typedef TInlineAllocator<InlineBitArrayDWORDs,typename SecondaryAllocator::BitArrayAllocator> TInlineSparseArrayAllocator< NumInlineElements, SecondaryAllocator >::BitArrayAllocator |
| typedef TInlineAllocator<NumInlineElements,typename SecondaryAllocator::ElementAllocator> TInlineSparseArrayAllocator< NumInlineElements, SecondaryAllocator >::ElementAllocator |