p.Chaos.Cloth.MaxResidualIters
p.Chaos.Cloth.MaxResidualIters
#Overview
name: p.Chaos.Cloth.MaxResidualIters
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Max number of iterations to diaplay residuals [def: 10]
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:53
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
int32 MaxResidualIters = 10;
static FAutoConsoleVariableRef CVarClothMaxResidualIters(TEXT("p.Chaos.Cloth.MaxResidualIters"), MaxResidualIters, TEXT("Max number of iterations to diaplay residuals [def: 10]"));
bool bWriteResidual2File = false;
static FAutoConsoleVariableRef CVarClothbWriteResidual2File(TEXT("p.Chaos.Cloth.WriteResidual2File"), bWriteResidual2File, TEXT("Write residual to file [def: false]"));
bool bReplaceBiasElementsWithCorotatedCod = false;