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

Namespaces

namespace  Chaos
 
namespace  Chaos::Softs
 

Functions

 DECLARE_CYCLE_STAT (TEXT("Chaos PBD Bending Constraint"), STAT_PBD_Bending, STATGROUP_Chaos)
 

Variables

int32 Chaos::Softs::Chaos_Bending_ParallelConstraintCount = 100
 
FAutoConsoleVariableRef Chaos::Softs::CVarChaosBendingParallelConstraintCount (TEXT("p.Chaos.Bending.ParallelConstraintCount"), Chaos_Bending_ParallelConstraintCount, TEXT("If we have more constraints than this, use parallel-for in Apply."))
 

Function Documentation

◆ DECLARE_CYCLE_STAT()

DECLARE_CYCLE_STAT ( TEXT("Chaos PBD Bending Constraint" ,
STAT_PBD_Bending  ,
STATGROUP_Chaos   
)