FGarbageCollectionTracer

[FGarbageCollectionTracer](API\Runtime\CoreUObject\UObject\FGarbageCollectionTracer) Interface to allow external systems to trace additional object references, used for bridging GCs

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h

Include

#include "UObject/GarbageCollection.h"

Syntax

class FGarbageCollectionTracer

Remarks

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

Destructors

Name Description

Public function Virtual

~FGarbageCollectionTracer()

Functions

Name Description

Public function

void

 

PerformReachabilityAnalysisOnObjects

(
    FGCArrayStruct* ArrayStruct,
    bool bForceSingleThreaded,
    bool bWithClusters
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss