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