Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothConfig_Legacy.h |
| Include | #include "ClothConfig_Legacy.h" |
Syntax
struct FClothConstraintSetup_Legacy
Remarks
Deprecated, legacy definition kept for backward compatibility only. Use FClothConstraintSetupNv instead. Redirected from the now defunct ClothingSystemRuntime module.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CompressionLimit | The hard limit on how far this constraint can compress. | |
| float | Stiffness | How stiff this constraint is, this affects how closely it will follow the desired position. | |
| float | StiffnessMultiplier | A multiplier affecting the above value. | |
| float | StretchLimit | The hard limit on how far this constraint can stretch. |
Constructors
| Type | Name | Description | |
|---|---|---|---|