![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Chaos/PBDSpringConstraintsBase.h"#include "Chaos/XPBDCorotatedConstraints.h"#include "ChaosStats.h"#include "Chaos/ImplicitQRSVD.h"#include "Chaos/GraphColoring.h"#include "Chaos/NewtonCorotatedCache.h"#include "Chaos/Framework/Parallel.h"#include "Chaos/Deformable/GaussSeidelWeakConstraints.h"#include "Chaos/Deformable/GaussSeidelCorotatedConstraints.h"Go to the source code of this file.
Classes | |
| class | Chaos::Softs::FGaussSeidelMainConstraint< T, ParticleType > |
Namespaces | |
| namespace | Chaos |
| namespace | Chaos::Softs |
Macros | |
| #define | PERF_SCOPE(X) SCOPE_CYCLE_COUNTER(X); TRACE_CPUPROFILER_EVENT_SCOPE(X); |
Functions | |
| DECLARE_CYCLE_STAT (TEXT("Chaos.Deformable.GSMainConstraint.Apply"), STAT_ChaosGSMainConstraint_Apply, STATGROUP_Chaos) | |
| DECLARE_CYCLE_STAT (TEXT("Chaos.Deformable.GSMainConstraint.Acceleration"), STAT_ChaosGSMainConstraint_Acceleration, STATGROUP_Chaos) | |
| DECLARE_CYCLE_STAT (TEXT("Chaos.Deformable.GSMainConstraint.Init"), STAT_ChaosGSMainConstraint_Init, STATGROUP_Chaos) | |
| DECLARE_CYCLE_STAT (TEXT("Chaos.Deformable.GSMainConstraint.InitTransientColor"), STAT_ChaosGSMainConstraint_InitTransientColor, STATGROUP_Chaos) | |
| DECLARE_CYCLE_STAT (TEXT("Chaos.Deformable.GSMainConstraint.InitDynamicColor"), STAT_ChaosGSMainConstraint_InitDynamicColor, STATGROUP_Chaos) | |
| DEFINE_LOG_CATEGORY_STATIC (LogDeformableGaussSeidelMainConstraint, Log, All) | |
| #define PERF_SCOPE | ( | X | ) | SCOPE_CYCLE_COUNTER(X); TRACE_CPUPROFILER_EVENT_SCOPE(X); |
| DECLARE_CYCLE_STAT | ( | TEXT("Chaos.Deformable.GSMainConstraint.Acceleration") | , |
| STAT_ChaosGSMainConstraint_Acceleration | , | ||
| STATGROUP_Chaos | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("Chaos.Deformable.GSMainConstraint.Apply") | , |
| STAT_ChaosGSMainConstraint_Apply | , | ||
| STATGROUP_Chaos | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("Chaos.Deformable.GSMainConstraint.Init") | , |
| STAT_ChaosGSMainConstraint_Init | , | ||
| STATGROUP_Chaos | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("Chaos.Deformable.GSMainConstraint.InitDynamicColor") | , |
| STAT_ChaosGSMainConstraint_InitDynamicColor | , | ||
| STATGROUP_Chaos | |||
| ) |
| DECLARE_CYCLE_STAT | ( | TEXT("Chaos.Deformable.GSMainConstraint.InitTransientColor") | , |
| STAT_ChaosGSMainConstraint_InitTransientColor | , | ||
| STATGROUP_Chaos | |||
| ) |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogDeformableGaussSeidelMainConstraint | , |
| Log | , | ||
| All | |||
| ) |