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