net.TrackDormantObjectsByLevel

net.TrackDormantObjectsByLevel

#Overview

name: net.TrackDormantObjectsByLevel

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/Engine/Private/NetworkObjectList.cpp:11

Scope (from outer to inner):

file
namespace    UE::Net::Private

Source code excerpt:

	bool bTrackDormantObjectsByLevel = false;
	static FAutoConsoleVariableRef CVarNetTrackDormantObjectsByLevel(
		TEXT("net.TrackDormantObjectsByLevel"),
		bTrackDormantObjectsByLevel,
		TEXT("When true, network object list will maintain a set of dormant actors per connnection per level."),
		ECVF_Default);

	static const TCHAR* LexToString(ENetSubObjectStatus SubObjectStatus)
	{