Navigation
API > API/Editor > API/Editor/LandscapeEditor
| |
|
| Name |
ELandscapeToolErosionMode |
| Type |
enum |
| Header File |
/Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h |
| Include Path |
#include "LandscapeEditorObject.h" |
Syntax
enum ELandscapeToolErosionMode
{
Invalid = -1 UMETA(Hidden),
Both = 0,
Raise = 1,
Lower = 2,
}
Values
| Name |
Remarks |
| Invalid |
|
| Both |
Apply all erosion effects, both raising and lowering the heightmap |
| Raise |
Only applies erosion effects that result in raising the heightmap |
| Lower |
Only applies erosion effects that result in lowering the heightmap |