Navigation
API > API/Editor > API/Editor/LandscapeEditor
| |
|
| Name |
ELandscapeToolFlattenMode |
| Type |
enum |
| Header File |
/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h |
| Include Path |
#include "LandscapeEditorObject.h" |
Syntax
enum ELandscapeToolFlattenMode
{
Invalid = -1 UMETA(Hidden),
Both = 0,
Raise = 1,
Lower = 2,
Interval = 3,
Terrace = 4,
}
Values
| Name |
Remarks |
| 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 |