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. Note: This version doesn't provide a memory barrier, you are responsible for the memory ordering for the value you're synchronizing this eventcount with.
| Name | NotifyWeak |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/EventCount.h |
| Include Path | #include "Async/EventCount.h" |
void NotifyWeak()