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

#include <ContainerAllocationPolicies.h>

+ Inheritance diagram for TSparseArrayAllocator< InElementAllocator, InBitArrayAllocator >:

Public Types

typedef InElementAllocator ElementAllocator
 
typedef InBitArrayAllocator BitArrayAllocator
 

Detailed Description

template<typename InElementAllocator = FDefaultAllocator, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
class TSparseArrayAllocator< InElementAllocator, InBitArrayAllocator >

Encapsulates the allocators used by a sparse array in a single type.

Member Typedef Documentation

◆ BitArrayAllocator

template<typename InElementAllocator = FDefaultAllocator, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
typedef InBitArrayAllocator TSparseArrayAllocator< InElementAllocator, InBitArrayAllocator >::BitArrayAllocator

◆ ElementAllocator

template<typename InElementAllocator = FDefaultAllocator, typename InBitArrayAllocator = FDefaultBitArrayAllocator>
typedef InElementAllocator TSparseArrayAllocator< InElementAllocator, InBitArrayAllocator >::ElementAllocator

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