p.LinearVelocityCoefficient
p.LinearVelocityCoefficient
#Overview
name: p.LinearVelocityCoefficient
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:57
Scope (from outer to inner):
file
namespace CharacterMovementCVars
Source code excerpt:
float LinearVelocityCoefficient = -1.0f;
static FAutoConsoleVariableRef CVarLinLerp(TEXT("p.LinearVelocityCoefficient"), LinearVelocityCoefficient, TEXT(""));
float AngleLerp = -1.0f;
static FAutoConsoleVariableRef CVarAngSet(TEXT("p.AngleLerp"), AngleLerp, TEXT(""));
float AngularVelocityCoefficient = -1.0f;
static FAutoConsoleVariableRef CVarAngLerp(TEXT("p.AngularVelocityCoefficient"), AngularVelocityCoefficient, TEXT(""));