ELandscapeToolNoiseMode

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

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

Include

#include "LandscapeEditorObject.h"

Syntax

enum ELandscapeToolNoiseMode
{
    Invalid    = -1,
    Both       = 0,
    Add        = 1,
    Sub        = 2,
}

Values

Name

Description

Invalid

Both

Noise will both raise and lower the heightmap

Add

Noise will only raise the heightmap

Sub

Noise will only lower 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