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