ELandscapeToolPasteMode

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

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

Include

#include "LandscapeEditorObject.h"

Syntax

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

Values

Name

Description

Invalid

Both

Paste may both raise and lower values

Raise

Paste may only raise values, places where the pasted data would be below the heightmap are left unchanged.

Lower

Paste may only lower values, places where the pasted data would be above the heightmap are left unchanged.

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