UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FClothConfig_Legacy Struct Reference

#include <ClothConfig_Legacy.h>

Public Member Functions

 FClothConfig_Legacy ()
 

Public Attributes

EClothingWindMethod_Legacy WindMethod
 
FClothConstraintSetup_Legacy VerticalConstraintConfig
 
FClothConstraintSetup_Legacy HorizontalConstraintConfig
 
FClothConstraintSetup_Legacy BendConstraintConfig
 
FClothConstraintSetup_Legacy ShearConstraintConfig
 
float SelfCollisionRadius
 
float SelfCollisionStiffness
 
float SelfCollisionCullScale
 
FVector Damping
 
float Friction
 
float WindDragCoefficient
 
float WindLiftCoefficient
 
FVector LinearDrag
 
FVector AngularDrag
 
FVector LinearInertiaScale
 
FVector AngularInertiaScale
 
FVector CentrifugalInertiaScale
 
float SolverFrequency
 
float StiffnessFrequency
 
float GravityScale
 
FVector GravityOverride
 
bool bUseGravityOverride
 
float TetherStiffness
 
float TetherLimit
 
float CollisionThickness
 
float AnimDriveSpringStiffness
 
float AnimDriveDamperStiffness
 

Detailed Description

Deprecated, legacy definition kept for backward compatibility only. Inherit new config class from UClothConfigCommon instead. Redirected from the now defunct ClothingSystemRuntime module.

Constructor & Destructor Documentation

◆ FClothConfig_Legacy()

FClothConfig_Legacy::FClothConfig_Legacy ( )
inline

Member Data Documentation

◆ AngularDrag

FVector FClothConfig_Legacy::AngularDrag

◆ AngularInertiaScale

FVector FClothConfig_Legacy::AngularInertiaScale

◆ AnimDriveDamperStiffness

float FClothConfig_Legacy::AnimDriveDamperStiffness

◆ AnimDriveSpringStiffness

float FClothConfig_Legacy::AnimDriveSpringStiffness

◆ BendConstraintConfig

FClothConstraintSetup_Legacy FClothConfig_Legacy::BendConstraintConfig

◆ bUseGravityOverride

bool FClothConfig_Legacy::bUseGravityOverride

◆ CentrifugalInertiaScale

FVector FClothConfig_Legacy::CentrifugalInertiaScale

◆ CollisionThickness

float FClothConfig_Legacy::CollisionThickness

◆ Damping

FVector FClothConfig_Legacy::Damping

◆ Friction

float FClothConfig_Legacy::Friction

◆ GravityOverride

FVector FClothConfig_Legacy::GravityOverride

◆ GravityScale

float FClothConfig_Legacy::GravityScale

◆ HorizontalConstraintConfig

FClothConstraintSetup_Legacy FClothConfig_Legacy::HorizontalConstraintConfig

◆ LinearDrag

FVector FClothConfig_Legacy::LinearDrag

◆ LinearInertiaScale

FVector FClothConfig_Legacy::LinearInertiaScale

◆ SelfCollisionCullScale

float FClothConfig_Legacy::SelfCollisionCullScale

◆ SelfCollisionRadius

float FClothConfig_Legacy::SelfCollisionRadius

◆ SelfCollisionStiffness

float FClothConfig_Legacy::SelfCollisionStiffness

◆ ShearConstraintConfig

FClothConstraintSetup_Legacy FClothConfig_Legacy::ShearConstraintConfig

◆ SolverFrequency

float FClothConfig_Legacy::SolverFrequency

◆ StiffnessFrequency

float FClothConfig_Legacy::StiffnessFrequency

◆ TetherLimit

float FClothConfig_Legacy::TetherLimit

◆ TetherStiffness

float FClothConfig_Legacy::TetherStiffness

◆ VerticalConstraintConfig

FClothConstraintSetup_Legacy FClothConfig_Legacy::VerticalConstraintConfig

◆ WindDragCoefficient

float FClothConfig_Legacy::WindDragCoefficient

◆ WindLiftCoefficient

float FClothConfig_Legacy::WindLiftCoefficient

◆ WindMethod

EClothingWindMethod_Legacy FClothConfig_Legacy::WindMethod

The documentation for this struct was generated from the following file: