Navigation
API > API/Runtime > API/Runtime/Slate
Base class for any handlers that display progress bars for progres notifications
| Name | IProgressNotificationHandler |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h |
| Include Path | #include "Framework/Notifications/NotificationManager.h" |
Syntax
class IProgressNotificationHandler
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IProgressNotificationHandler() |
Framework/Notifications/NotificationManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CancelProgressNotification
(
FProgressNotificationHandle Handle |
Called when a notification should be cancelled | Framework/Notifications/NotificationManager.h | |
void StartProgressNotification
(
FProgressNotificationHandle Handle, |
Called when a progress notification begins | Framework/Notifications/NotificationManager.h | |
void UpdateProgressNotification
(
FProgressNotificationHandle Handle, |
Called when a notification should be updated. | Framework/Notifications/NotificationManager.h |