gc.UnlinkReachabilityStressData
gc.UnlinkReachabilityStressData
#Overview
name: gc.UnlinkReachabilityStressData
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Unlink previously-generated reachability analysis stress test data for collection in the next cycle.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollection.cpp:241
Scope: file
Source code excerpt:
FConsoleCommandWithOutputDeviceDelegate::CreateStatic(&AllocateReachabilityStressData));
static FAutoConsoleCommandWithOutputDevice GUnlinkReachabilityStressDataCmd(TEXT("gc.UnlinkReachabilityStressData"),
TEXT("Unlink previously-generated reachability analysis "
"stress test data for collection in the next cycle."),
FConsoleCommandWithOutputDeviceDelegate::CreateStatic(&UnlinkReachabilityStressData));
#if UE_BUILD_SHIPPING
static constexpr int32 GGarbageReferenceTrackingEnabled = 0;