p.ToleranceScale_Speed
p.ToleranceScale_Speed
#Overview
name: p.ToleranceScale_Speed
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The typical magnitude of velocities of objects in simulation. Default: 1000
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/PhysicsCore/Private/PhysicsInitialization.cpp:22
Scope: file
Source code excerpt:
TAutoConsoleVariable<float> CVarToleranceScaleSpeed(
TEXT("p.ToleranceScale_Speed"),
1000.f,
TEXT("The typical magnitude of velocities of objects in simulation. Default: 1000"),
ECVF_ReadOnly);
static TAutoConsoleVariable<int32> CVarUseUnifiedHeightfield(
TEXT("p.bUseUnifiedHeightfield"),