p.Chaos.Cloth.DoQuasistatics
p.Chaos.Cloth.DoQuasistatics
#Overview
name: p.Chaos.Cloth.DoQuasistatics
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Do cloth quasistatics [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/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothConstraints.cpp:69
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
bool bClothDoQuasistatics = false;
static FAutoConsoleVariableRef CVarClothDoQuasistatics(TEXT("p.Chaos.Cloth.DoQuasistatics"), bClothDoQuasistatics, TEXT("Do cloth quasistatics [def: false]"));
bool bEnableCG = false;
static FAutoConsoleVariableRef CVarClothEnableCG(TEXT("p.Chaos.Cloth.EnableCG"), bEnableCG, TEXT("Use conjugate gradient instead of nonlinear gauss seidel [def: false]"));
bool bMakeSandwich = false;