Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
Deprecated, legacy definition kept for backward compatibility only. Use EClothingWindMethodNv instead. Redirected from the now defunct ClothingSystemRuntime module.
| Name | EClothingWindMethod_Legacy |
| Type | enum |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothConfig_Legacy.h |
| Include Path | #include "ClothConfig_Legacy.h" |
Syntax
enum EClothingWindMethod_Legacy
{
Legacy,
Accurate,
}
Values
| Name | Remarks |
|---|---|
| Legacy | Use legacy wind mode, where accelerations are modified directly by the simulation with no regard for drag or lift |
| Accurate | Use updated wind calculation for NvCloth based solved taking into account drag and lift, this will require those properties to be correctly set in the clothing configuration |