p.Chaos.Cloth.MakeSandwich
p.Chaos.Cloth.MakeSandwich
#Overview
name: p.Chaos.Cloth.MakeSandwich
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
MakeSandwich solver of xpbd - Newton/GS [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:77
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
bool bMakeSandwich = false;
static FAutoConsoleVariableRef CVarClothMakeSandwich(TEXT("p.Chaos.Cloth.MakeSandwich"), bMakeSandwich, TEXT("MakeSandwich solver of xpbd - Newton/GS [def: false]"));
int32 UpperBreadIters = 3;
static FAutoConsoleVariableRef CVarClothUpperBreadIters(TEXT("p.Chaos.Cloth.UpperBreadIters"), UpperBreadIters, TEXT("Upper Bread Iters for the sandwich solver [def: 3]"));
int32 MiddleBreadIters = 3;