p.ErrorPerLinearDifference
p.ErrorPerLinearDifference
#Overview
name: p.ErrorPerLinearDifference
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:33
Scope (from outer to inner):
file
namespace CharacterMovementCVars
Source code excerpt:
float ErrorPerLinearDifference = -1.0f;
static FAutoConsoleVariableRef CVarErrorPerLinearDifference(TEXT("p.ErrorPerLinearDifference"), ErrorPerLinearDifference, TEXT(""));
float ErrorPerAngularDifference = -1.0f;
static FAutoConsoleVariableRef CVarErrorPerAngularDifference(TEXT("p.ErrorPerAngularDifference"), ErrorPerAngularDifference, TEXT(""));
float ErrorAccumulationSeconds = -1.0f;
static FAutoConsoleVariableRef CVarErrorAccumulation(TEXT("p.ErrorAccumulationSeconds"), ErrorAccumulationSeconds, TEXT(""));