p.SQHitchDetectionThreshold
p.SQHitchDetectionThreshold
#Overview
name: p.SQHitchDetectionThreshold
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Determines the threshold in milliseconds for a scene query hitch.
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/ScopedSQHitchRepeater.cpp:14
Scope: file
Source code excerpt:
float FSQHitchRepeaterCVars::SQHitchDetectionThreshold = 0.05f;
FAutoConsoleVariableRef FSQHitchRepeaterCVars::CVarSQHitchDetectionThreshold(TEXT("p.SQHitchDetectionThreshold"), FSQHitchRepeaterCVars::SQHitchDetectionThreshold,
TEXT("Determines the threshold in milliseconds for a scene query hitch.")
);
#endif