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

#include <ContainerAllocationPolicies.h>

Classes

struct  AllocatorAlignment
 

Public Types

template<int32 ElementSize>
using ElementAllocator = TFixedAllocator< UE::Core::Private::CompactSetAllocatorHelpers::CalculateRequiredBytes< NumInlineElements, ElementSize >()>
 

Detailed Description

template<uint32 NumInlineElements>
struct TFixedCompactSetAllocator< NumInlineElements >

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

Member Typedef Documentation

◆ ElementAllocator

template<uint32 NumInlineElements>
template<int32 ElementSize>
using TFixedCompactSetAllocator< NumInlineElements >::ElementAllocator = TFixedAllocator<UE::Core::Private::CompactSetAllocatorHelpers::CalculateRequiredBytes<NumInlineElements, ElementSize>()>

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