gc.VerifyNoUnreachableObjects

gc.VerifyNoUnreachableObjects

#Overview

name: gc.VerifyNoUnreachableObjects

This variable is created as a Console Variable (cvar).

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:306

Scope: file

Source code excerpt:

static int32 GVerifyNoUnreachableObjects = 0;
static FAutoConsoleVariableRef CVarVerifyNoUnreachableObjects(
	TEXT("gc.VerifyNoUnreachableObjects"),
	GVerifyNoUnreachableObjects,
	TEXT("Enables or disables no unreachable objects are reachable verification"),
	ECVF_Default
);
#endif // VERIFY_DISREGARD_GC_ASSUMPTIONS