Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeNotification.h |
| Include | #include "LandscapeNotification.h" |
Syntax
enum ELandscapeNotificationType
{
ShadingModelInvalid = 0,
LandscapeTextureResourcesNotReady,
LandscapeEditLayerResourcesNotReady,
}
Values
| Name | Description |
|---|---|
| ShadingModelInvalid | |
| LandscapeTextureResourcesNotReady | |
| LandscapeEditLayerResourcesNotReady |
Remarks
The various types of landscape notifications, ordered by priority (a single notification is displayed at a time).