Ark Server API (ASA) - Wiki
|
This is the complete list of members for FAsyncTaskNotification, including all inherited members.
FAsyncTaskNotification(const FAsyncTaskNotificationConfig &InConfig) | FAsyncTaskNotification | |
FAsyncTaskNotification(const FAsyncTaskNotification &)=delete | FAsyncTaskNotification | |
FAsyncTaskNotification(FAsyncTaskNotification &&InOther) | FAsyncTaskNotification | |
GetPromptAction() const | FAsyncTaskNotification | |
NotificationImpl | FAsyncTaskNotification | private |
operator=(const FAsyncTaskNotification &)=delete | FAsyncTaskNotification | |
operator=(FAsyncTaskNotification &&InOther) | FAsyncTaskNotification | |
SetCanCancel(const TAttribute< bool > &InCanCancel) | FAsyncTaskNotification | |
SetComplete(const bool bSuccess=true) | FAsyncTaskNotification | |
SetComplete(const FText &InTitleText, const FText &InProgressText, const bool bSuccess=true) | FAsyncTaskNotification | |
SetHyperlink(const FSimpleDelegate &InHyperlink, const FText &InHyperlinkText=FText()) | FAsyncTaskNotification | |
SetKeepOpenOnFailure(const TAttribute< bool > &InKeepOpenOnFailure) | FAsyncTaskNotification | |
SetKeepOpenOnSuccess(const TAttribute< bool > &InKeepOpenOnSuccess) | FAsyncTaskNotification | |
SetNotificationState(const FAsyncNotificationStateData &InState) | FAsyncTaskNotification | |
SetProgressText(const FText &InProgressText) | FAsyncTaskNotification | |
SetPromptText(const FText &InPromptText) | FAsyncTaskNotification | |
SetTitleText(const FText &InTitleText, const bool bClearProgressText=true) | FAsyncTaskNotification | |
~FAsyncTaskNotification() | FAsyncTaskNotification |