Ark Server API (ASA) - Wiki
|
#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
Definition at line 79 of file AsyncTaskNotification.h.
|
inline |
Definition at line 81 of file AsyncTaskNotification.h.
|
inline |
Definition at line 85 of file AsyncTaskNotification.h.
FSimpleDelegate FAsyncNotificationStateData::Hyperlink |
Hyperlink callback. If not bound the hyperlink text won't be displayed.
Definition at line 107 of file AsyncTaskNotification.h.
FText FAsyncNotificationStateData::HyperlinkText |
Text to display for the hyperlink message.
Definition at line 104 of file AsyncTaskNotification.h.
FText FAsyncNotificationStateData::ProgressText |
The progress text displayed in the notification (if any)
Definition at line 98 of file AsyncTaskNotification.h.
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)
Definition at line 101 of file AsyncTaskNotification.h.
EAsyncTaskNotificationState FAsyncNotificationStateData::State |
The notification state.
Definition at line 92 of file AsyncTaskNotification.h.
FText FAsyncNotificationStateData::TitleText |
The title text displayed in the notification
Definition at line 95 of file AsyncTaskNotification.h.