Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TAsyncResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncResult & operator=
(
TAsyncResult&& Other |
Move assignment operator. | Async/AsyncResult.h | |
TAsyncResult & operator=
(
const TAsyncResult& |
Hidden copy assignment (async results cannot be copied). | Async/AsyncResult.h |
operator=(TAsyncResult &&)
Description
Move assignment operator.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/AsyncResult.h |
| Include Path | #include "Async/AsyncResult.h" |
TAsyncResult & operator=
(
TAsyncResult && Other
)
operator=(const TAsyncResult &)
Description
Hidden copy assignment (async results cannot be copied).
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/AsyncResult.h |
| Include Path | #include "Async/AsyncResult.h" |
TAsyncResult & operator=
(
const TAsyncResult &
)