UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TAlignedSparseArrayAllocator< Alignment, InElementAllocator, InBitArrayAllocator > Class Template Reference

#include <ContainerAllocationPolicies.h>

Public Types

typedef InElementAllocator ElementAllocator
 
typedef InBitArrayAllocator BitArrayAllocator
 

Member Typedef Documentation

◆ BitArrayAllocator

template<uint32 Alignment = DEFAULT_ALIGNMENT, typename InElementAllocator = TAlignedHeapAllocator<Alignment>, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
typedef InBitArrayAllocator TAlignedSparseArrayAllocator< Alignment, InElementAllocator, InBitArrayAllocator >::BitArrayAllocator

◆ ElementAllocator

template<uint32 Alignment = DEFAULT_ALIGNMENT, typename InElementAllocator = TAlignedHeapAllocator<Alignment>, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
typedef InElementAllocator TAlignedSparseArrayAllocator< Alignment, InElementAllocator, InBitArrayAllocator >::ElementAllocator

The documentation for this class was generated from the following file: