p.NetPingExtrapolation
p.NetPingExtrapolation
#Overview
name: p.NetPingExtrapolation
This variable is created as a Console Variable (cvar).
- type:
Var
- help: ``
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/PhysicsEngine/PhysicsReplication.cpp:27
Scope (from outer to inner):
file
namespace CharacterMovementCVars
Source code excerpt:
float NetPingExtrapolation = -1.0f;
static FAutoConsoleVariableRef CVarNetPingExtrapolation(TEXT("p.NetPingExtrapolation"), NetPingExtrapolation, TEXT(""));
float NetPingLimit = -1.f;
static FAutoConsoleVariableRef CVarNetPingLimit(TEXT("p.NetPingLimit"), NetPingLimit, TEXT(""));
float ErrorPerLinearDifference = -1.0f;
static FAutoConsoleVariableRef CVarErrorPerLinearDifference(TEXT("p.ErrorPerLinearDifference"), ErrorPerLinearDifference, TEXT(""));