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

#include <ContainerAllocationPolicies.h>

Classes

class  ForAnyElementType
 
class  ForElementType
 

Public Types

enum  { NeedsElementType = false }
 
enum  { RequireRangeCheck = true }
 
using SizeType = int32
 

Detailed Description

template<uint32 Alignment = DEFAULT_ALIGNMENT>
class TAlignedHeapAllocator< Alignment >

The indirect allocation policy always allocates the elements indirectly.

Member Typedef Documentation

◆ SizeType

template<uint32 Alignment = DEFAULT_ALIGNMENT>
using TAlignedHeapAllocator< Alignment >::SizeType = int32

Member Enumeration Documentation

◆ anonymous enum

template<uint32 Alignment = DEFAULT_ALIGNMENT>
anonymous enum
Enumerator
NeedsElementType 

◆ anonymous enum

template<uint32 Alignment = DEFAULT_ALIGNMENT>
anonymous enum
Enumerator
RequireRangeCheck 

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