FAsyncTask::Abandon

Always called from the thread pool.

Windows
MacOS
Linux

Override Hierarchy

IQueuedWork::Abandon()

FAsyncTask::Abandon()

References

Module

Core

Header

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

Include

#include "Async/AsyncWork.h"

Syntax

virtual void Abandon()

Remarks

Always called from the thread pool. Called if the task is removed from queue before it has started which might happen at exit. If the user job can abandon, we do that, otherwise we force the work to be done now (doing nothing would not be safe).

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