s.ForceVerifyLevelsGotRemovedByGC
s.ForceVerifyLevelsGotRemovedByGC
#Overview
name: s.ForceVerifyLevelsGotRemovedByGC
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to force a verification of objects residing in a GC\'ed level package (ignored in shipping builds).
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/Engine/Private/CoreSettings.cpp:114
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarForceVerifyLevelsGotRemovedByGC(
TEXT("s.ForceVerifyLevelsGotRemovedByGC"),
GLevelStreamingForceVerifyLevelsGotRemovedByGC,
TEXT("Whether to force a verification of objects residing in a GC'ed level package (ignored in shipping builds)."),
ECVF_Default
);
static FAutoConsoleVariableRef CVarForceRouteActorInitializeNextFrame(