Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IAsyncTaskNotificationImpl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetComplete
(
const bool bSuccess |
Set the task as complete. | Misc/CoreAsyncTaskNotificationImpl.h | |
void SetComplete
(
const FText& InTitleText, |
Update the text and set the task as complete. | Misc/CoreAsyncTaskNotificationImpl.h |
SetComplete(const bool)
Description
Set the task as complete.
| Name | SetComplete |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CoreAsyncTaskNotificationImpl.h |
| Include Path | #include "Misc/CoreAsyncTaskNotificationImpl.h" |
void SetComplete
(
const bool bSuccess
)
SetComplete(const FText &, const FText &, const bool)
Description
Update the text and set the task as complete.
| Name | SetComplete |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CoreAsyncTaskNotificationImpl.h |
| Include Path | #include "Misc/CoreAsyncTaskNotificationImpl.h" |
void SetComplete
(
const FText & InTitleText,
const FText & InProgressText,
const bool bSuccess
)