p.Chaos.Cloth.WriteFinalResiduals
p.Chaos.Cloth.WriteFinalResiduals
#Overview
name: p.Chaos.Cloth.WriteFinalResiduals
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Write final residuals at each timestep to a file [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:89
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
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;
static FAutoConsoleVariableRef CVarClothUseSOR(TEXT("p.Chaos.Cloth.UseSOR"), bUseSOR, TEXT("Use SOR acceleration for Gauss Seidel [def: true]"));
Softs::FSolverReal SOROmega = 1.7f;