![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Chaos/XPBDSpringConstraints.h"#include "Chaos/Framework/Parallel.h"#include "Chaos/GraphColoring.h"#include "Chaos/PBDSoftsSolverParticles.h"#include "Chaos/SoftsEvolutionLinearSystem.h"#include "ChaosStats.h"#include "ChaosLog.h"#include "HAL/IConsoleManager.h"#include "XPBDInternal.h"Namespaces | |
| namespace | Chaos |
| namespace | Chaos::Softs |
Functions | |
| DECLARE_CYCLE_STAT (TEXT("Chaos XPBD Spring Constraint"), STAT_XPBD_Spring, STATGROUP_Chaos) | |
Variables | |
| FAutoConsoleVariableRef | Chaos::Softs::CVarChaosXPBDSpringParallelConstraintCount (TEXT("p.Chaos.XPBDSpring.ParallelConstraintCount"), Chaos_XPBDSpring_ParallelConstraintCount, TEXT("If we have more constraints than this, use parallel-for in Apply.")) |
| FAutoConsoleVariableRef | Chaos::Softs::CVarChaosXPBDSpringSplitDamping (TEXT("p.Chaos.XPBDSpring.SplitDamping"), Chaos_XPBDSpring_SplitDampingMode, TEXT("Test xpbd spring split damping mode. 0 = single lambda, 1 = interleaved with damping after (non-ispc only), 2 interleaved with damping before (non-ispc only), 3 = two passes damping after (non-ispc only), 4 = two passes damping before (default).")) |
| DECLARE_CYCLE_STAT | ( | TEXT("Chaos XPBD Spring Constraint") | , |
| STAT_XPBD_Spring | , | ||
| STATGROUP_Chaos | |||
| ) |