p.Chaos.Deformable.XPBDWeakConstraintEnableDraw
p.Chaos.Deformable.XPBDWeakConstraintEnableDraw
#Overview
name: p.Chaos.Deformable.XPBDWeakConstraintEnableDraw
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Debug draw the double bindings in XPBD weak constraints. [def: false]
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/Deformable/ChaosDeformableSolver.cpp:83
Scope (from outer to inner):
file
namespace Chaos::Softs
Source code excerpt:
FAutoConsoleVariableRef CVarDeformableXPBDWeakConstraintLineWidth(TEXT("p.Chaos.Deformable.XPBDWeakConstraintLineWidth"), GDeformableXPBDWeakConstraintParams.DebugLineWidth, TEXT("Line width for visualizing the double bindings in XPBD weak constraints. [def: 5]"));
FAutoConsoleVariableRef CVarDeformableXPBDWeakConstraintParticleWidth(TEXT("p.Chaos.Deformable.XPBDWeakConstraintParticleWidth"), GDeformableXPBDWeakConstraintParams.DebugParticleWidth, TEXT("Line width for visualizing the double bindings in XPBD weak constraints. [def: 20]"));
FAutoConsoleVariableRef CVarDeformableXPBDWeakConstraintDebugDraw(TEXT("p.Chaos.Deformable.XPBDWeakConstraintEnableDraw"), GDeformableXPBDWeakConstraintParams.bVisualizeBindings, TEXT("Debug draw the double bindings in XPBD weak constraints. [def: false]"));
FCriticalSection FDeformableSolver::InitializationMutex;
FCriticalSection FDeformableSolver::RemovalMutex;
FCriticalSection FDeformableSolver::PackageOutputMutex;
FCriticalSection FDeformableSolver::PackageInputMutex;
FCriticalSection FDeformableSolver::SolverEnabledMutex;