Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FAutoDeleteAsyncTask
- IQueuedWork::Abandon()
- FAutoDeleteAsyncTask::Abandon()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/AsyncWork.h |
| Include | #include "Async/AsyncWork.h" |
virtual void Abandon&40;&41;
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).