Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPromise_1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Async/Future.h | |||
| Async/Future.h |
operator=(TPromise &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
TPromise & operator=
(
TPromise && Other
)
operator=(const TPromise &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Future.h |
| Include Path | #include "Async/Future.h" |
TPromise & operator=
(
const TPromise & Other
)