s.VerifyObjectLoadFlags
s.VerifyObjectLoadFlags
#Overview
name: s.VerifyObjectLoadFlags
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Run AsyncFlags verifications for all objects when finished loading from the GC callback NotifyUnreachableObjects (slow).
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/Serialization/AsyncLoading2.cpp:401
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarGVerifyObjectLoadFlags(
TEXT("s.VerifyObjectLoadFlags"),
GVerifyObjectLoadFlags,
TEXT("Run AsyncFlags verifications for all objects when finished loading from the GC callback NotifyUnreachableObjects (slow)."),
ECVF_Default
);
static bool GOnlyProcessRequiredPackagesWhenSyncLoading = true;