Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TFutureBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFutureBase () |
Default constructor. | Async/Future.h | |
TFutureBase
(
TSharedPtr< StateType >&& InState |
Creates and initializes a new instance. | Async/Future.h | |
TFutureBase
(
const TSharedPtr< StateType >& InState |
Async/Future.h |
TFutureBase()
Description
Default constructor.
| Name | TFutureBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
TFutureBase()
TFutureBase(TSharedPtr< StateType > &&)
Description
Creates and initializes a new instance.
| Name | TFutureBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
TFutureBase
(
TSharedPtr < StateType > && InState
)
Parameters
| Name | Remarks |
|---|---|
| InState | The shared state to initialize with. |
TFutureBase(const TSharedPtr< StateType > &)
| Name | TFutureBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
TFutureBase
(
const TSharedPtr < StateType > & InState
)