Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPromise_1
Overloads
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
)