s.VerifyUnreachableObjects
s.VerifyUnreachableObjects
#Overview
name: s.VerifyUnreachableObjects
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Run GlobalImportStore verifications for unreachable objects 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:394
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarGVerifyUnreachableObjects(
TEXT("s.VerifyUnreachableObjects"),
GVerifyUnreachableObjects,
TEXT("Run GlobalImportStore verifications for unreachable objects from the GC callback NotifyUnreachableObjects (slow)."),
ECVF_Default
);
static FAutoConsoleVariableRef CVarGVerifyObjectLoadFlags(