Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/IQueuedWork
- IQueuedWork::DoThreadedWork()
- FAutoDeleteAsyncTask::DoThreadedWork()
- FAutoDeleteAsyncTask::DoThreadedWork()
- FQueuedThreadPoolWrapper::FScheduledWork::DoThreadedWork()
- TAsyncQueuedWork::DoThreadedWork()
- FAsyncTaskBase::DoThreadedWork()
- FAsyncEncode::DoThreadedWork()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/IQueuedWork.h |
Include | #include "Misc/IQueuedWork.h" |
void DoThreadedWork&40;&41;
Remarks
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.