Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FWaitingQueue
Description
Try to wake up the amount of workers passed in the parameters. Return the number that were woken up.
| Name | Notify |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Fundamental/WaitingQueue.h |
| Include Path | #include "Async/Fundamental/WaitingQueue.h" |
int32 Notify
(
int32 Count
)