p.Chaos.CCD.CCDSweepsUseProbeShapes
p.Chaos.CCD.CCDSweepsUseProbeShapes
#Overview
name: p.Chaos.CCD.CCDSweepsUseProbeShapes
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When true, probe shapes can be swept for more accurate collision detection.
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/Experimental/Chaos/Private/Chaos/CCDUtilities.cpp:51
Scope (from outer to inner):
file
namespace Chaos
namespace CVars
Source code excerpt:
bool bCCDSweepsUseProbeShapes = false;
FAutoConsoleVariableRef CVarCCDSweepsUseProbeShapes(TEXT("p.Chaos.CCD.CCDSweepsUseProbeShapes"), bCCDSweepsUseProbeShapes , TEXT("When true, probe shapes can be swept for more accurate collision detection."));
// How many post-solve CCD correction iterations to run
int32 ChaosCollisionCCDCorrectionIterations = 4;
FAutoConsoleVariableRef CVarChaosCollisionCCDCorrectionIterations(TEXT("p.Chaos.Collision.CCD.CorrectionIterations"), ChaosCollisionCCDCorrectionIterations, TEXT("The number of post-solve CCD correction ietaryions to run."));
// A multiplier on the constraint CCD threshold that determines how much penetration we allow in the correction phase