net.Iris.UseResolvingHandleCache

net.Iris.UseResolvingHandleCache

#Overview

name: net.Iris.UseResolvingHandleCache

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/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationReader.cpp:44

Scope (from outer to inner):

file
namespace    UE::Net::Private

Source code excerpt:

static bool bUseResolvingHandleCache = true;
static FAutoConsoleVariableRef CVarUseResolvingHandleCache(
	TEXT("net.Iris.UseResolvingHandleCache"),
	bUseResolvingHandleCache,
	TEXT("Enable the use of a hot and cold cache when resolving unresolved caches to reduce the time spent resolving references."));

static int32 HotResolvingLifetimeMS = 1000;
static FAutoConsoleVariableRef CVarHotResolvingLifetimeMS(
	TEXT("net.Iris.HotResolvingLifetimeMS"),