p.EnableFastOverlapCheck
p.EnableFastOverlapCheck
#Overview
name: p.EnableFastOverlapCheck
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable fast overlap check against sweep hits, avoiding UpdateOverlaps (for the swept component).
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/Components/PrimitiveComponent.cpp:117
Scope (from outer to inner):
file
namespace PrimitiveComponentCVars
Source code excerpt:
int32 bEnableFastOverlapCheck = 1;
static FAutoConsoleVariableRef CVarEnableFastOverlapCheck(TEXT("p.EnableFastOverlapCheck"), bEnableFastOverlapCheck, TEXT("Enable fast overlap check against sweep hits, avoiding UpdateOverlaps (for the swept component)."));
}
namespace PhysicsReplicationCVars
{
namespace PredictiveInterpolationCVars
{