Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TFutureState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
MutableResultType GetResult () |
Gets the result (will block the calling thread until the result is available). | Async/Future.h | |
ConstResultType GetResult () |
Async/Future.h |
GetResult()
Description
Gets the result (will block the calling thread until the result is available).
| Name | GetResult |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
MutableResultType GetResult()
The result value.
See Also
GetResult()
| Name | GetResult |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
ConstResultType GetResult() const