gc.AllowIncrementalReachability
gc.AllowIncrementalReachability
#Overview
name: gc.AllowIncrementalReachability
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Set to control incremental Reachability Analysis (experimental)
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:269
Scope: file
Source code excerpt:
static int32 GAllowIncrementalReachability = 0;
static FAutoConsoleVariableRef CVarAllowIncrementalGC(
TEXT("gc.AllowIncrementalReachability"),
GAllowIncrementalReachability,
TEXT("Set to control incremental Reachability Analysis (experimental)"),
ECVF_Default
);
static float GIncrementalReachabilityTimeLimit = 0.005f;