ELandscapeToolErosionMode

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h

Include

#include "LandscapeEditorObject.h"

Syntax

enum ELandscapeToolErosionMode
{
    Invalid    = -1,
    Both       = 0,
    Raise      = 1,
    Lower      = 2,
}

Values

Name

Description

Invalid

Both

Apply all erosion effects, both raising and lowering the heightmap

Raise

Only applies erosion effects that result in raising the heightmap

Lower

Only applies erosion effects that result in lowering the heightmap

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