Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeNv
Cloth wind method.
| Name | EClothingWindMethodNv |
| Type | enum |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeNv/Public/ClothConfigNv.h |
| Include Path | #include "ClothConfigNv.h" |
Syntax
enum EClothingWindMethodNv
{
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 |