Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeNotification.h |
| Include | #include "LandscapeNotification.h" |
Syntax
class FLandscapeNotificationManager
Remarks
FLandscapeNotificationManager : centralizes landscape-related user notifications so that the user doesn't get flooded by toasts when multiple messages from possibly multiple landscapes are tossed around
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterNotification
(
const TWeakPtr< FLandscapeNotification >& InNotification |
||
| void | Tick () |
||
| void | UnregisterNotification
(
const TWeakPtr< FLandscapeNotification >& InNotification |