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 Wait
(
TEventCountToken < CounterType > Compare
)
Remarks
Wait until the event is notified. Returns immediately if notified since the token was acquired.
Parameters
| Name | Description |
|---|---|
| Compare | A token acquired from PrepareWait() before checking the conditions for this wait. |