Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TFutureBase
Description
Blocks the calling thread until the future result is available or the specified time is hit.
| Name | WaitUntil |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
bool WaitUntil
(
const FDateTime & Time
) const
true if the result is available, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Time | The time until to wait for the future result (in UTC). |
See Also
-
WaitUntil