![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AsyncTaskNotification.h>
Public Member Functions | |
| FAsyncNotificationStateData () | |
| FAsyncNotificationStateData (const FText &InTitleText, const FText &InProgressText, EAsyncTaskNotificationState InState) | |
Public Attributes | |
| EAsyncTaskNotificationState | State |
| FText | TitleText |
| FText | ProgressText |
| FText | PromptText |
| FText | HyperlinkText |
| FSimpleDelegate | Hyperlink |
Async Notification State data
|
inline |
|
inline |
| FSimpleDelegate FAsyncNotificationStateData::Hyperlink |
Hyperlink callback. If not bound the hyperlink text won't be displayed.
| FText FAsyncNotificationStateData::HyperlinkText |
Text to display for the hyperlink message.
| FText FAsyncNotificationStateData::ProgressText |
The progress text displayed in the notification (if any)
| FText FAsyncNotificationStateData::PromptText |
The prompt text displayed in the notification, follow the progress text in console notification, used on button for UI notification (if any)
| EAsyncTaskNotificationState FAsyncNotificationStateData::State |
The notification state.
| FText FAsyncNotificationStateData::TitleText |
The title text displayed in the notification