IAsyncTask::Cancel

Cancel this task.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Async/IAsyncTask.h

Include

#include "Async/IAsyncTask.h"

Syntax

void Cancel()

Remarks

Cancel this task.

If the task is already running, it should make a best effort to abort execution as soon as possible. This method should be implemented in such a way that it returns immediately and does not block the caller.

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