Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TAsyncQueuedWork
Description
Tells the queued work that it is being abandoned so that it can do per object clean up as needed. This will only be called if it is being abandoned before completion. NOTE: This requires the object to delete itself using whatever heap it was allocated in.
Virtual Inheritance
- IQueuedWork::Abandon → TAsyncQueuedWork::Abandon
| Name | Abandon |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Async.h |
| Include Path | #include "Async/Async.h" |
virtual void Abandon()