Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TFuture
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFuture () |
Default constructor. | Async/Future.h | |
| Movable-only. | Async/Future.h | ||
| Async/Future.h |
TFuture()
Description
Default constructor.
| Name | TFuture |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
TFuture()
TFuture(TFuture &&)
Description
Movable-only.
| Name | TFuture |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
TFuture
(
TFuture &&
)
TFuture(const TFuture &)
| Name | TFuture |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
TFuture
(
const TFuture &
)