ELandscapeToolFlattenMode

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

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

Include

#include "LandscapeEditorObject.h"

Syntax

enum ELandscapeToolFlattenMode
{
    Invalid     = -1,
    Both        = 0,
    Raise       = 1,
    Lower       = 2,
    Interval    = 3,
    Terrace     = 4,
}

Values

Name

Description

Invalid

Both

Flatten may both raise and lower values

Raise

Flatten may only raise values, values above the clicked point will be left unchanged

Lower

Flatten may only lower values, values below the clicked point will be left unchanged

Interval

Flatten to closest specific terrace interval at the clicked point

Terrace

Flatten to specific terrace height intervals

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