Enum ELandscapeLayerBlendType Path C++ Link /Script/Landscape.ELandscapeLayerBlendType underlying uint8 /Script/Landscape Values 4 NameValueHex LB_WeightBlend00x00LB_AlphaBlend10x01LB_HeightBlend20x02LB_MAX30x03 Used by 1types with a member, parameter or interface of this type FLayerBlendInput // /Script/Landscape.ELandscapeLayerBlendType enum class ELandscapeLayerBlendType : uint8 { LB_WeightBlend = 0, LB_AlphaBlend = 1, LB_HeightBlend = 2, LB_MAX = 3, };