net.Iris.ColdResolvingRetryTimeMS
net.Iris.ColdResolvingRetryTimeMS
#Overview
name: net.Iris.ColdResolvingRetryTimeMS
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Resolve unresolved cold references after this many milliseconds.
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:56
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static int32 ColdResolvingRetryTimeMS = 200;
static FAutoConsoleVariableRef CVarColdResolvingRetryTimeMS(
TEXT("net.Iris.ColdResolvingRetryTimeMS"),
ColdResolvingRetryTimeMS,
TEXT("Resolve unresolved cold references after this many milliseconds."));
static bool bExecuteReliableRPCsBeforeApplyState = true;
static FAutoConsoleVariableRef CVarExecuteReliableRPCsBeforeApplyState(
TEXT("net.Iris.ExecuteReliableRPCsBeforeApplyState"),