![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Chaos/Deformable/GaussSeidelMainConstraint.h"#include "Chaos/Math/Krylov.h"#include "ChaosLog.h"Namespaces | |
| namespace | Chaos |
| namespace | Chaos::Softs |
Variables | |
| int32 | Chaos::Softs::MaxItCG = 50 |
| FAutoConsoleVariableRef | Chaos::Softs::CVarClothMaxItCG (TEXT("p.Chaos.Cloth.MaxItCG"), MaxItCG, TEXT("Max iter for CG [def: 50]")) |
| FSolverReal | Chaos::Softs::CGTol = 1e-4f |
| FAutoConsoleVariableRef | Chaos::Softs::CVarClothCGTol (TEXT("p.Chaos.Cloth.CGTol"), MaxItCG, TEXT("CG Tolerance [def: 1e-4]")) |