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

#include <FastReferenceCollector.h>

Public Member Functions

TArrayView< UObject * > GetObjects ()
 
TArrayView< UObject * > GetPadding ()
 

Public Attributes

FWorkBlockPrevious
 
UObjectObjects [ObjectCapacity+ObjectLookahead]
 

Static Public Attributes

static constexpr uint32 ObjectCapacity = 512 - 1 - ObjectLookahead
 

Detailed Description

Fixed block of reachable objects waiting to be processed

Member Function Documentation

◆ GetObjects()

TArrayView< UObject * > UE::GC::FWorkBlock::GetObjects ( )
inline

◆ GetPadding()

TArrayView< UObject * > UE::GC::FWorkBlock::GetPadding ( )
inline

Member Data Documentation

◆ ObjectCapacity

constexpr uint32 UE::GC::FWorkBlock::ObjectCapacity = 512 - 1 - ObjectLookahead
staticconstexpr

◆ Objects

UObject* UE::GC::FWorkBlock::Objects[ObjectCapacity+ObjectLookahead]

◆ Previous

FWorkBlock* UE::GC::FWorkBlock::Previous

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