![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <FastReferenceCollector.h>
Public Member Functions | |
| TArrayView< UObject * > | GetObjects () |
| TArrayView< UObject * > | GetPadding () |
Public Attributes | |
| FWorkBlock * | Previous |
| UObject * | Objects [ObjectCapacity+ObjectLookahead] |
Static Public Attributes | |
| static constexpr uint32 | ObjectCapacity = 512 - 1 - ObjectLookahead |
Fixed block of reachable objects waiting to be processed
|
inline |
|
inline |
| UObject* UE::GC::FWorkBlock::Objects[ObjectCapacity+ObjectLookahead] |
| FWorkBlock* UE::GC::FWorkBlock::Previous |