Enum EGizmoElementDrawType Path C++ Link /Script/InteractiveToolsFramework.EGizmoElementDrawType underlying uint8 /Script/InteractiveToolsFramework Values 5 NameValueHex None00x00Fill20x02Line40x04FillAndLine60x06EGizmoElementDrawType_MAX70x07 // /Script/InteractiveToolsFramework.EGizmoElementDrawType enum class EGizmoElementDrawType : uint8 { None = 0, Fill = 2, Line = 4, FillAndLine = 6, EGizmoElementDrawType_MAX = 7, };