Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TEventCount
Description
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.
| Name | Notify |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/EventCount.h |
| Include Path | #include "Async/EventCount.h" |
void Notify()