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
enum EClothingWindMethod_Legacy
{
Legacy,
Accurate,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Deprecated, legacy definition kept for backward compatibility only. Use EClothingWindMethodNv instead. Redirected from the now defunct ClothingSystemRuntime module.