Net.RepGraph.FixedBudget
Net.RepGraph.FixedBudget
#Overview
name: Net.RepGraph.FixedBudget
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Set fixed (independent of frame rate) packet budget. In BIts/frame
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/Plugins/Runtime/ReplicationGraph/Source/Private/ReplicationGraph.cpp:95
Scope: file
Source code excerpt:
float CVar_RepGraph_FixedBudget = 0;
static FAutoConsoleVariableRef CVarRepGraphFixedBudge(TEXT("Net.RepGraph.FixedBudget"), CVar_RepGraph_FixedBudget,
TEXT("Set fixed (independent of frame rate) packet budget. In BIts/frame"), ECVF_Default);
int32 CVar_RepGraph_SkipDistanceCull = 0;
static FAutoConsoleVariableRef CVarRepGraphSkipDistanceCull(TEXT("Net.RepGraph.SkipDistanceCull"), CVar_RepGraph_SkipDistanceCull,
TEXT("Debug option to skip distance culling during evaluation"), ECVF_Default);