UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TCompactSetAllocator< InElementAllocator >::AllocatorAlignment< ElementType > Struct Template Reference

#include <ContainerAllocationPolicies.h>

Static Public Attributes

static constexpr size_t Value = alignof(typename InElementAllocator::template ForElementType<uint8>)
 

Detailed Description

template<typename InElementAllocator = FDefaultAllocator>
template<typename ElementType>
struct TCompactSetAllocator< InElementAllocator >::AllocatorAlignment< ElementType >

CompactSets use raw uint8, so we need extra alignment information for inline allocators

Member Data Documentation

◆ Value

template<typename InElementAllocator = FDefaultAllocator>
template<typename ElementType >
constexpr size_t TCompactSetAllocator< InElementAllocator >::AllocatorAlignment< ElementType >::Value = alignof(typename InElementAllocator::template ForElementType<uint8>)
staticconstexpr

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