Navigation
API > API/Runtime > API/Runtime/Core
Async Notification State data
| Name | FAsyncNotificationStateData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsyncTaskNotification.h |
| Include Path | #include "Misc/AsyncTaskNotification.h" |
Syntax
struct FAsyncNotificationStateData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Misc/AsyncTaskNotification.h | |||
FAsyncNotificationStateData
(
const FText& InTitleText, |
Misc/AsyncTaskNotification.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Hyperlink | FSimpleDelegate | Hyperlink callback. If not bound the hyperlink text won't be displayed. | Misc/AsyncTaskNotification.h | |
| HyperlinkText | FText | Text to display for the hyperlink message. | Misc/AsyncTaskNotification.h | |
| ProgressText | FText | The progress text displayed in the notification (if any) | Misc/AsyncTaskNotification.h | |
| PromptText | FText | The prompt text displayed in the notification, follow the progress text in console notification, used on button for UI notification (if any) | Misc/AsyncTaskNotification.h | |
| State | EAsyncTaskNotificationState | The notification state. | Misc/AsyncTaskNotification.h | |
| TitleText | FText | The title text displayed in the notification | Misc/AsyncTaskNotification.h |