UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGarbageCollectionTracer Class Referenceabstract

#include <FastReferenceCollector.h>

+ Inheritance diagram for FGarbageCollectionTracer:

Public Member Functions

virtual ~FGarbageCollectionTracer ()
 
virtual void PerformReachabilityAnalysisOnObjects (UE::GC::FWorkerContext *Context, EGCOptions Options)=0
 

Detailed Description

Interface to allow external systems to trace additional object references, used for bridging GCs

Constructor & Destructor Documentation

◆ ~FGarbageCollectionTracer()

virtual FGarbageCollectionTracer::~FGarbageCollectionTracer ( )
inlinevirtual

Member Function Documentation

◆ PerformReachabilityAnalysisOnObjects()

virtual void FGarbageCollectionTracer::PerformReachabilityAnalysisOnObjects ( UE::GC::FWorkerContext Context,
EGCOptions  Options 
)
pure virtual

Implemented in UE::GC::FRealtimeGC.


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