Enum ELandscapeClearMode Path C++ Link /Script/Landscape.ELandscapeClearMode underlying uint8 /Script/Landscape Values 4 NameValueHex Clear_Weightmap10x01Clear_Heightmap20x02Clear_All30x03Clear_MAX40x04 // /Script/Landscape.ELandscapeClearMode enum class ELandscapeClearMode : uint8 { Clear_Weightmap = 1, Clear_Heightmap = 2, Clear_All = 3, Clear_MAX = 4, };