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

Public Attributes

uint32 FirstIndexInNextBlock
 
UObjectObjects [Capacity]
 

Static Public Attributes

static constexpr uint32 NumWords = FPageAllocator::PageSize / sizeof(UObject*)
 
static constexpr uint32 Capacity = NumWords - 1
 

Member Data Documentation

◆ Capacity

constexpr uint32 UE::GC::FAROBlock::Capacity = NumWords - 1
staticconstexpr

◆ FirstIndexInNextBlock

uint32 UE::GC::FAROBlock::FirstIndexInNextBlock

◆ NumWords

constexpr uint32 UE::GC::FAROBlock::NumWords = FPageAllocator::PageSize / sizeof(UObject*)
staticconstexpr

◆ Objects

UObject* UE::GC::FAROBlock::Objects[Capacity]

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