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