Net.RepGraph.Frequency.MatchTargetInPIE
Net.RepGraph.Frequency.MatchTargetInPIE
#Overview
name: Net.RepGraph.Frequency.MatchTargetInPIE
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
In PIE, repgraph will update at the UNetDriver::NetServerMaxTickRate rate
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:87
Scope: file
Source code excerpt:
int32 CVar_RepGraph_Frequency_MatchTargetInPIE = 1;
static FAutoConsoleVariableRef CVarRepGraphFrequencyMatchTargetInPIE(TEXT("Net.RepGraph.Frequency.MatchTargetInPIE"), CVar_RepGraph_Frequency_MatchTargetInPIE,
TEXT("In PIE, repgraph will update at the UNetDriver::NetServerMaxTickRate rate"), ECVF_Default);
int32 CVar_RepGraph_UseLegacyBudget = 1;
static FAutoConsoleVariableRef CVarRepGraphUseLegacyBudget(TEXT("Net.RepGraph.UseLegacyBudget"), CVar_RepGraph_UseLegacyBudget,
TEXT("Use legacy IsNetReady() to make dynamic packget budgets"), ECVF_Default);