EBrushBlendType

The blend mode changes how the brush material is applied to the terrain.

Windows
MacOS
Linux

References

Module

Landmass

Header

/Engine/Plugins/Experimental/Landmass/Source/Runtime/Public/TerrainCarvingSettings.h

Include

#include "TerrainCarvingSettings.h"

Syntax

enum EBrushBlendType
{
    AlphaBlend,
    Min,
    Max,
    Additive,
}

Values

Name

Description

AlphaBlend

Alpha Blend will affect the heightmap both upwards and downwards.

Min

Limits the brush to only lowering the terrain.

Max

Limits the brush to only raising the terrain.

Additive

Performs an additive blend, using a flat Z=0 terrain as the input.

Remarks

The blend mode changes how the brush material is applied to the terrain.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss