Enum ELandscapeTextureType Path C++ Link /Script/Landscape.ELandscapeTextureType underlying uint8 /Script/Landscape Values 4 NameValueHex Unknown00x00Heightmap10x01Weightmap20x02ELandscapeTextureType_MAX30x03 Used by 1types with a member, parameter or interface of this type ULandscapeTextureHash // /Script/Landscape.ELandscapeTextureType enum class ELandscapeTextureType : uint8 { Unknown = 0, Heightmap = 1, Weightmap = 2, ELandscapeTextureType_MAX = 3, };