Enum EWindSourceType Path C++ Link /Script/Engine.EWindSourceType underlying uint8 /Script/Engine Values 3 NameValueHex Directional00x00Point10x01EWindSourceType_MAX20x02 Used by 1types with a member, parameter or interface of this type UWindDirectionalSourceComponent // /Script/Engine.EWindSourceType enum class EWindSourceType : uint8 { Directional = 0, Point = 1, EWindSourceType_MAX = 2, };