Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IQueuedWork
Description
This is where the real thread work is done. All work that is done for this queued object should be done from within the call to this function.
Derived Overrides
- FAsyncTaskBase::DoThreadedWork
- FAutoDeleteAsyncTask::DoThreadedWork
- FQueuedThreadPoolWrapper::FScheduledWork::DoThreadedWork
- TAsyncQueuedWork::DoThreadedWork
| Name | DoThreadedWork |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/IQueuedWork.h |
| Include Path | #include "Misc/IQueuedWork.h" |
void DoThreadedWork()