Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FQueuedThreadPoolWrapper > API/Runtime/Core/FQueuedThreadPoolWrapper/FScheduledWork
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.
Virtual Inheritance
- IQueuedWork::DoThreadedWork → FQueuedThreadPoolWrapper::FScheduledWork::DoThreadedWork
| Name | DoThreadedWork |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPoolWrapper.h |
| Include Path | #include "Misc/QueuedThreadPoolWrapper.h" |
virtual void DoThreadedWork()