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