![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ContainerAllocationPolicies.h>
Static Public Attributes | |
| static constexpr size_t | ElementAlignof = alignof(ElementType) |
| static constexpr size_t | AllocatorAlignof = alignof(typename ElementAllocator<sizeof(ElementType)>::template ForElementType<uint8>) |
| static constexpr size_t | Value = FGenericPlatformMath::Max(ElementAlignof, AllocatorAlignof) |
CompactSets use raw uint8, so we need extra alignment information for inline allocators
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |