Net.NetGuidCacheHistoryEnabled

Net.NetGuidCacheHistoryEnabled

#Overview

name: Net.NetGuidCacheHistoryEnabled

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/PackageMapClient.cpp:3947

Scope: file

Source code excerpt:

static int32 bIsNetGuidCacheHistoryEnabled = 0;
static FAutoConsoleVariableRef CVarIsNetGuidCacheHistoryEnabled(
	TEXT("Net.NetGuidCacheHistoryEnabled"),
	bIsNetGuidCacheHistoryEnabled,
	TEXT("When enabled, allows logging of NetGUIDCache History. Warning, this can eat up a lot of memory, and won't free itself until the Cache is destroyed.")
);

const bool FNetGUIDCache::IsHistoryEnabled()
{