EClothingWindMethod_Legacy

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss