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