Enum EClothingWindMethod_Legacy Path C++ Link /Script/ClothingSystemRuntimeCommon.EClothingWindMethod_Legacy underlying uint8 /Script/ClothingSystemRuntimeCommon Values 3 NameValueHex Legacy00x00Accurate10x01EClothingWindMethod_MAX20x02 Used by 2types with a member, parameter or interface of this type FClothConfig_LegacyUClothConfigNv // /Script/ClothingSystemRuntimeCommon.EClothingWindMethod_Legacy enum class EClothingWindMethod_Legacy : uint8 { Legacy = 0, Accurate = 1, EClothingWindMethod_MAX = 2, };