gc.AllowIncrementalGather
gc.AllowIncrementalGather
#Overview
name: gc.AllowIncrementalGather
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Set to control incremental Gather Unreachable Objects (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:285
Scope: file
Source code excerpt:
static int32 GAllowIncrementalGather = 0;
static FAutoConsoleVariableRef CVarAllowIncrementalGather(
TEXT("gc.AllowIncrementalGather"),
GAllowIncrementalGather,
TEXT("Set to control incremental Gather Unreachable Objects (experimental)"),
ECVF_Default
);
#if UE_BUILD_SHIPPING