UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TFixedSparseArrayAllocator< NumInlineElements > Class Template Reference

#include <ContainerAllocationPolicies.h>

Public Types

typedef TFixedAllocator< NumInlineElements > ElementAllocator
 
typedef TFixedAllocator< InlineBitArrayDWORDs > BitArrayAllocator
 

Detailed Description

template<uint32 NumInlineElements>
class TFixedSparseArrayAllocator< NumInlineElements >

An inline sparse array allocator that doesn't have any secondary storage.

Member Typedef Documentation

◆ BitArrayAllocator

template<uint32 NumInlineElements>
typedef TFixedAllocator<InlineBitArrayDWORDs> TFixedSparseArrayAllocator< NumInlineElements >::BitArrayAllocator

◆ ElementAllocator

template<uint32 NumInlineElements>
typedef TFixedAllocator<NumInlineElements> TFixedSparseArrayAllocator< NumInlineElements >::ElementAllocator

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