net.Iris.IrisPreExportExistingNetTokensOnConnect
net.Iris.IrisPreExportExistingNetTokensOnConnect
#Overview
name: net.Iris.IrisPreExportExistingNetTokensOnConnect
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If true we will enqueue all existing NetTokens for pre-export when a new connection is added.
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/NetTokenDataStream.cpp:34
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static bool bIrisPreExportExistingNetTokensOnConnect = false;
static FAutoConsoleVariableRef CVarIrisPreExportExistingNetTokensOnConnect(
TEXT("net.Iris.IrisPreExportExistingNetTokensOnConnect"),
bIrisPreExportExistingNetTokensOnConnect,
TEXT("If true we will enqueue all existing NetTokens for pre-export when a new connection is added."
));
}