p.Chaos.Deformable.XPBDWeakConstraintLineWidth
p.Chaos.Deformable.XPBDWeakConstraintLineWidth
#Overview
name: p.Chaos.Deformable.XPBDWeakConstraintLineWidth
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Line width for visualizing the double bindings in XPBD weak constraints. [def: 5]
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:81
Scope (from outer to inner):
file
namespace Chaos::Softs
Source code excerpt:
FDeformableXPBDWeakConstraintParams GDeformableXPBDWeakConstraintParams;
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;