Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TFutureBase
Description
Blocks the calling thread until the future result is available.
Note that this method may block forever if the result is never set. Use the WaitFor or WaitUntil methods to specify a maximum timeout for the wait.
| Name | Wait |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
void Wait() const
See Also
-
WaitFor
-
WaitUntil