net.Iris.HotResolvingLifetimeMS

net.Iris.HotResolvingLifetimeMS

#Overview

name: net.Iris.HotResolvingLifetimeMS

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

Scope (from outer to inner):

file
namespace    UE::Net::Private

Source code excerpt:

static int32 HotResolvingLifetimeMS = 1000;
static FAutoConsoleVariableRef CVarHotResolvingLifetimeMS(
	TEXT("net.Iris.HotResolvingLifetimeMS"),
	HotResolvingLifetimeMS,
	TEXT("An unresolved reference is considered hot if it was created within this many milliseconds, and cold otherwise."));

static int32 ColdResolvingRetryTimeMS = 200;
static FAutoConsoleVariableRef CVarColdResolvingRetryTimeMS(
	TEXT("net.Iris.ColdResolvingRetryTimeMS"),