net.Iris.ExecuteReliableRPCsBeforeApplyState
net.Iris.ExecuteReliableRPCsBeforeApplyState
#Overview
name: net.Iris.ExecuteReliableRPCsBeforeApplyState
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true and Iris runs in backwards compatibility mode then reliable RPCs will be executed before we apply state data on the target object unless we first need to spawn the object.
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:62
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static bool bExecuteReliableRPCsBeforeApplyState = true;
static FAutoConsoleVariableRef CVarExecuteReliableRPCsBeforeApplyState(
TEXT("net.Iris.ExecuteReliableRPCsBeforeApplyState"),
bExecuteReliableRPCsBeforeApplyState,
TEXT("If true and Iris runs in backwards compatibility mode then reliable RPCs will be executed before we apply state data on the target object unless we first need to spawn the object."));
static bool bDeferEndReplication = true;
static FAutoConsoleVariableRef CVarDeferEndReplication(
TEXT("net.Iris.DeferEndReplication"),