Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateNotificationManager
Description
Sets the progress notification handler for the current application. Only one handler is used at a time. This handler is not managed in any way. If your handler is being destroyed call SetProgressNotificationHandler(nullptr)
| Name | SetProgressNotificationHandler |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h |
| Include Path | #include "Framework/Notifications/NotificationManager.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Notifications/NotificationManager.cpp |
void SetProgressNotificationHandler
(
IProgressNotificationHandler * NewHandler
)