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