Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Notifications > API/Runtime/Slate/Framework/Notifications/IProgressNotificationHandler
- IProgressNotificationHandler::StartProgressNotification()
- UStatusBarSubsystem::StartProgressNotification()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h |
| Include | #include "Framework/Notifications/NotificationManager.h" |
void StartProgressNotification
&40;
FProgressNotificationHandle Handle,
FText DisplayText,
int32 TotalWorkToDo
&41;
Remarks
Called when a progress notification begins
Parameters
| Name | Description |
|---|---|
| Handle | Handle to the notification |
| DisplayText | Display text used to describe the type of work to the user |
| TotalWorkToDo | Arbitrary number of work units to perform. |