p.Chaos.Cloth.WriteResidual2File

p.Chaos.Cloth.WriteResidual2File

#Overview

name: p.Chaos.Cloth.WriteResidual2File

This variable is created as a Console Variable (cvar).

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:57

Scope (from outer to inner):

file
namespace    Chaos

Source code excerpt:

	bool bWriteResidual2File = false;

	static FAutoConsoleVariableRef CVarClothbWriteResidual2File(TEXT("p.Chaos.Cloth.WriteResidual2File"), bWriteResidual2File, TEXT("Write residual to file [def: false]"));

	bool bReplaceBiasElementsWithCorotatedCod = false;

	static FAutoConsoleVariableRef CVarClothReplaceBiasElementsWithCorotatedCod(TEXT("p.Chaos.Cloth.ReplaceBiasElementsWithCorotatedCod"), bReplaceBiasElementsWithCorotatedCod, TEXT("Replace existing aniso bias element constraint with gauss seidel corotated codimensional [def: false]"));

	Softs::FSolverReal YoungsModulus = 10000.f;