Navigation
API > API/Runtime > API/Runtime/Landscape
Must match EHeightmapBlendMode in LandscapeEditLayersHeightmaps.usf.
| Name | UE::Landscape::EditLayers::EHeightmapBlendMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Landscape/Public/LandscapeEditLayerTypes.h |
| Include Path | #include "LandscapeEditLayerTypes.h" |
Syntax
namespace UE
{
namespace Landscape
{
namespace EditLayers
{
enum EHeightmapBlendMode
{
Additive = 0,
LegacyAlphaBlend,
AlphaBlend,
Num,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Additive | |
| LegacyAlphaBlend | |
| AlphaBlend | |
| Num |