Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeEditTypes.h |
| Include | #include "LandscapeEditTypes.h" |
Syntax
enum ELandscapeToolTargetType
{
Heightmap = 0,
Weightmap = 1,
Visibility = 2,
Invalid = 3 UMETA(Hidden),
}
Values
| Name | Description |
|---|---|
| Heightmap | |
| Weightmap | |
| Visibility | |
| Invalid |