Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Notifications > API/Runtime/Slate/Framework/Notifications/FSlateNotificationManager
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h |
| Include | #include "Framework/Notifications/NotificationManager.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Notifications/NotificationManager.cpp |
void SetProgressNotificationHandler
&40;
IProgressNotificationHandler &42; NewHandler
&41;
Remarks
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)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)