Navigation
API > API/Runtime > API/Runtime/Landscape
TODO [jonathan.bard] : Deprecate : this is now kinda redundant with ELandscapeToolTargetType.
| Name | ELandscapeClearMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include Path | #include "LandscapeComponent.h" |
Syntax
enum ELandscapeClearMode
{
Clear_Weightmap = 1 << 0,
Clear_Heightmap = 1 << 1,
Clear_All = Clear_Weightmap | Clear_Heightmap,
}
Values
| Name | Remarks |
|---|---|
| Clear_Weightmap | |
| Clear_Heightmap | |
| Clear_All |