UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::GC::FStructArrayBlock Struct Reference

Public Member Functions

FStructArrayGetPadEnd ()
 

Public Attributes

FStructArray Data [Capacity+Lookahead]
 
FStructArrayBlockNextFull
 

Static Public Attributes

static constexpr uint32 Lookahead = 2
 
static constexpr uint32 Capacity = (FPageAllocator::PageSize - sizeof(FStructArrayBlock*)) / sizeof(FStructArray) - Lookahead
 

Member Function Documentation

◆ GetPadEnd()

FStructArray * UE::GC::FStructArrayBlock::GetPadEnd ( )
inline

Member Data Documentation

◆ Capacity

constexpr uint32 UE::GC::FStructArrayBlock::Capacity = (FPageAllocator::PageSize - sizeof(FStructArrayBlock*)) / sizeof(FStructArray) - Lookahead
staticconstexpr

◆ Data

FStructArray UE::GC::FStructArrayBlock::Data[Capacity+Lookahead]

◆ Lookahead

constexpr uint32 UE::GC::FStructArrayBlock::Lookahead = 2
staticconstexpr

◆ NextFull

FStructArrayBlock* UE::GC::FStructArrayBlock::NextFull

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