IAsyncTaskNotificationImpl::SetComplete

Update the text and set the task as complete.

Windows
MacOS
Linux

Override Hierarchy

IAsyncTaskNotificationImpl::SetComplete()

FCoreAsyncTaskNotificationImpl::SetComplete()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreAsyncTaskNotificationImpl.h

Include

#include "Misc/CoreAsyncTaskNotificationImpl.h"

Syntax

void SetComplete
(
    const FText & InTitleText,
    const FText & InProgressText,
    const bool bSuccess
)

Remarks

Update the text and set the task as complete.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss