Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TEventCount
Description
Prepare to wait.
Call this before any logic that must re-execute if the event is notified in the meantime.
| Name | PrepareWait |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/EventCount.h |
| Include Path | #include "Async/EventCount.h" |
TEventCountToken < CounterType > PrepareWait()
A token to pass to one of the wait functions to abort the wait if the event has been notified since.