Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FWaitingQueue
Description
Step to run by normal workers if they detect new work after they called prepare wait. Returns true if we need to wake up a new worker.
| Name | CancelWait |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Fundamental/WaitingQueue.h |
| Include Path | #include "Async/Fundamental/WaitingQueue.h" |
| Source | /Engine/Source/Runtime/Core/Private/Async/Fundamental/WaitingQueue.cpp |
bool CancelWait
(
FWaitEvent * Node
)