Navigation
API > API/Editor > API/Editor/LandscapeEditor
| Name | ELandscapeToolNoiseMode |
| Type | enum |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h |
| Include Path | #include "LandscapeEditorObject.h" |
Syntax
enum ELandscapeToolNoiseMode
{
Invalid = -1 UMETA(Hidden),
Both = 0,
Add = 1,
Sub = 2,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Both | Noise will both raise and lower the heightmap |
| Add | Noise will only raise the heightmap |
| Sub | Noise will only lower the heightmap |