Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > IAsyncTaskNotificationImpl > SetComplete
- IAsyncTaskNotificationImpl::SetComplete()
- FCoreAsyncTaskNotificationImpl::SetComplete()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CoreAsyncTaskNotificationImpl.h |
Include | #include "Misc/CoreAsyncTaskNotificationImpl.h" |
void SetComplete
(
const FText & InTitleText,
const FText & InProgressText,
const bool bSuccess
)
Remarks
Update the text and set the task as complete.