Enum ELandscapeGizmoType Path C++ Link /Script/Landscape.ELandscapeGizmoType underlying uint8 /Script/Landscape Values 4 NameValueHex LGT_None00x00LGT_Height10x01LGT_Weight20x02LGT_MAX30x03 // /Script/Landscape.ELandscapeGizmoType enum class ELandscapeGizmoType : uint8 { LGT_None = 0, LGT_Height = 1, LGT_Weight = 2, LGT_MAX = 3, };