Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TFuture
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
MutableResultType GetMutable () |
Gets the future's result.Not equivalent to std::future::get(). The future remains valid. | Async/Future.h | |
MutableResultType GetMutable () |
Async/Future.h |
GetMutable()
Description
Gets the future's result.
Not equivalent to std::future::get(). The future remains valid.
| Name | GetMutable |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
MutableResultType GetMutable()
The result as a non-const reference, or the same reference if the future holds a reference, or void if the future holds a void.
GetMutable()
| Name | GetMutable |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
MutableResultType GetMutable()