Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FQueuedThreadPoolTaskGraphWrappe-
Description
Attempts to retract a previously queued task.
Virtual Inheritance
- FQueuedThreadPool::RetractQueuedWork → FQueuedThreadPoolTaskGraphWrapper::RetractQueuedWork
| Name | RetractQueuedWork |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/QueuedThreadPoolWrapper.h |
| Include Path | #include "Misc/QueuedThreadPoolWrapper.h" |
virtual bool RetractQueuedWork
(
IQueuedWork * InQueuedWork
)
true if the work was retracted
Parameters
| Name | Remarks |
|---|---|
| InQueuedWork | The work to try to retract |
See Also
- AddQueuedWork