Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/FManualResetEvent
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/ManualResetEvent.h |
| Include | #include "Async/ManualResetEvent.h" |
bool WaitUntil
&40;
FMonotonicTimePoint WaitTime
&41;
Remarks
Wait until the event is notified. True if the event was notified before the wait time elapsed, otherwise false.
Parameters
| Name | Description |
|---|---|
| WaitTime | Absolute time after which waiting is automatically canceled and the thread wakes. |