Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Notifications
Inheritance Hierarchy
- IProgressNotificationHandler
- UStatusBarSubsystem
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h |
| Include | #include "Framework/Notifications/NotificationManager.h" |
Syntax
class IProgressNotificationHandler
Remarks
Base class for any handlers that display progress bars for progres notifications
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Called when a notification should be cancelled | ||
| void | StartProgressNotification
(
FProgressNotificationHandle Handle, |
Called when a progress notification begins | |
| void | UpdateProgressNotification
(
FProgressNotificationHandle Handle, |
Called when a notification should be updated. |