p.Chaos.Cloth.MiddleBreadIters
p.Chaos.Cloth.MiddleBreadIters
#Overview
name: p.Chaos.Cloth.MiddleBreadIters
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Middle Bread Iters for the sandwich solver [def: 3]
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:85
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
int32 MiddleBreadIters = 3;
static FAutoConsoleVariableRef CVarClothMiddleBreadIters(TEXT("p.Chaos.Cloth.MiddleBreadIters"), MiddleBreadIters, TEXT("Middle Bread Iters for the sandwich solver [def: 3]"));
bool bWriteFinalResiduals = false;
static FAutoConsoleVariableRef CVarClothWriteFinalResiduals(TEXT("p.Chaos.Cloth.WriteFinalResiduals"), bWriteFinalResiduals, TEXT("Write final residuals at each timestep to a file [def: false]"));
bool bUseSOR = true;