Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Notifications > API/Runtime/Slate/Framework/Notifications/IProgressNotificationHandler
- IProgressNotificationHandler::UpdateProgressNotification()
- UStatusBarSubsystem::UpdateProgressNotification()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h |
| Include | #include "Framework/Notifications/NotificationManager.h" |
void UpdateProgressNotification
&40;
FProgressNotificationHandle Handle,
int32 TotalWorkDone,
int32 UpdatedTotalWorkToDo,
FText UpdatedDisplayText
&41;
Remarks
Called when a notification should be updated.
Parameters
| Name | Description |
|---|---|
| InHandle | Handle to the notification that was previously created with StartProgressNotification |
| TotalWorkDone | The total number of work units done for the notification. |
| UpdatedTotalWorkToDo | UpdatedTotalWorkToDo. This value will be 0 if the total work did not change |
| UpdatedDisplayText | Updated display text of the notification. This value will be empty if the text did not change |