Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/TEventCount
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/EventCount.h |
| Include | #include "Async/EventCount.h" |
void Notify()
Remarks
Notifies all waiting threads.
Any threads that have called PrepareWait() and not yet waited will be notified immediately if they do wait on a token from a call to PrepareWait() that preceded this call.