UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GaussSeidelMainConstraint.h File Reference

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)
 

Macro Definition Documentation

◆ PERF_SCOPE

Function Documentation

◆ DECLARE_CYCLE_STAT() [1/5]

DECLARE_CYCLE_STAT ( TEXT("Chaos.Deformable.GSMainConstraint.Acceleration")  ,
STAT_ChaosGSMainConstraint_Acceleration  ,
STATGROUP_Chaos   
)

◆ DECLARE_CYCLE_STAT() [2/5]

DECLARE_CYCLE_STAT ( TEXT("Chaos.Deformable.GSMainConstraint.Apply")  ,
STAT_ChaosGSMainConstraint_Apply  ,
STATGROUP_Chaos   
)

◆ DECLARE_CYCLE_STAT() [3/5]

DECLARE_CYCLE_STAT ( TEXT("Chaos.Deformable.GSMainConstraint.Init")  ,
STAT_ChaosGSMainConstraint_Init  ,
STATGROUP_Chaos   
)

◆ DECLARE_CYCLE_STAT() [4/5]

DECLARE_CYCLE_STAT ( TEXT("Chaos.Deformable.GSMainConstraint.InitDynamicColor")  ,
STAT_ChaosGSMainConstraint_InitDynamicColor  ,
STATGROUP_Chaos   
)

◆ DECLARE_CYCLE_STAT() [5/5]

DECLARE_CYCLE_STAT ( TEXT("Chaos.Deformable.GSMainConstraint.InitTransientColor")  ,
STAT_ChaosGSMainConstraint_InitTransientColor  ,
STATGROUP_Chaos   
)

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogDeformableGaussSeidelMainConstraint  ,
Log  ,
All   
)