Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSharedFuture
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | Async/Future.h | ||
TSharedFuture
(
TFuture< ResultType >&& Future |
Creates and initializes a new instances from a future object. | Async/Future.h |
TSharedFuture()
Description
Default constructor.
| Name | TSharedFuture |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
TSharedFuture()
TSharedFuture(TFuture< ResultType > &&)
Description
Creates and initializes a new instances from a future object.
| Name | TSharedFuture |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
TSharedFuture
(
TFuture < ResultType > && Future
)
Parameters
| Name | Remarks |
|---|---|
| Future | The future object to initialize from. |