net.Iris.SaturateBandwidth
net.Iris.SaturateBandwidth
#Overview
name: net.Iris.SaturateBandwidth
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to saturate the bandwidth or not. Default is false.
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/Engine/Private/Net/Experimental/Iris/DataStreamChannel.cpp:33
Scope (from outer to inner):
file
namespace UE::Net::Private
Source code excerpt:
static bool bIrisSaturateBandwidth = false;
static FAutoConsoleVariableRef CVarIrisSaturateBandwidth(
TEXT("net.Iris.SaturateBandwidth"),
bIrisSaturateBandwidth,
TEXT("Whether to saturate the bandwidth or not. Default is false."
));
static int32 IrisPacketSequenceSafetyMargin = 4;
static FAutoConsoleVariableRef CVarIrisPacketSequenceSafetyMargin(