Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include | #include "LandscapeComponent.h" |
Syntax
enum ELandscapeClearMode
{
Clear_Weightmap = 1 << 0 UMETA(DisplayName = "Paint"),
Clear_Heightmap = 1 << 1 UMETA(DisplayName = "Sculpt"),
Clear_All = Clear_Weightmap | Clear_Heightmap UMETA(DisplayName = "All"),
}
Values
| Name | Description |
|---|---|
| Clear_Weightmap | |
| Clear_Heightmap | |
| Clear_All |
Remarks
TODO [jonathan.bard] : Deprecate : this is now kinda redundant with ELandscapeToolTargetType.