p.Chaos.Cloth.SOROmega
p.Chaos.Cloth.SOROmega
#Overview
name: p.Chaos.Cloth.SOROmega
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
SOR omega coefficient for acceleration [def: 1.7]
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:97
Scope (from outer to inner):
file
namespace Chaos
Source code excerpt:
Softs::FSolverReal SOROmega = 1.7f;
static FAutoConsoleVariableRef CVarClothSOROmega(TEXT("p.Chaos.Cloth.SOROmega"), SOROmega, TEXT("SOR omega coefficient for acceleration [def: 1.7]"));
#endif
class FClothConstraints::FRuleCreator
{
public: