Navigation
API > API/Runtime > API/Runtime/CoreUObject
Interface to allow external systems to trace additional object references, used for bridging GCs
| Name | FGarbageCollectionTracer |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/FastReferenceCollector.h |
| Include Path | #include "UObject/FastReferenceCollector.h" |
Syntax
class FGarbageCollectionTracer
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGarbageCollectionTracer() |
UObject/FastReferenceCollector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PerformReachabilityAnalysisOnObjects
(
UE::GC::FWorkerContext* Context, |
UObject/FastReferenceCollector.h |