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" |
TEventCountToken< CounterType > PrepareWait&40;&41;
Remarks
Prepare to wait.
Call this before any logic that must re-execute if the event is notified in the meantime. A token to pass to one of the wait functions to abort the wait if the event has been notified since.