Navigation
API > API/Editor > API/Editor/LandscapeEditor
| Name | ELandscapeToolHydroErosionMode |
| Type | enum |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h |
| Include Path | #include "LandscapeEditorObject.h" |
Syntax
enum ELandscapeToolHydroErosionMode
{
Invalid = -1 UMETA(Hidden),
Both = 0,
Positive = 1,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Both | Rains in some places and not others, randomly |
| Positive | Rain is applied to the entire area |