Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIoStatusOr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIoStatusOr< T > & operator=
(
const TIoStatusOr< T >& Other |
IO/IoStatus.h | ||
TIoStatusOr< T > & operator=
(
TIoStatusOr< T >&& Other |
IO/IoStatus.h | ||
TIoStatusOr< T > & operator=
(
const FIoStatus& OtherStatus |
IO/IoStatus.h | ||
TIoStatusOr< T > & operator=
(
const T& OtherValue |
IO/IoStatus.h | ||
TIoStatusOr< T > & operator=
(
T&& OtherValue |
IO/IoStatus.h | ||
TIoStatusOr< T > & operator=
(
const TIoStatusOr< U >& Other |
IO/IoStatus.h |
operator=(const TIoStatusOr< T > &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoStatus.h |
| Include Path | #include "IO/IoStatus.h" |
TIoStatusOr < T > & operator=
(
const TIoStatusOr < T > & Other
)
operator=(TIoStatusOr< T > &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoStatus.h |
| Include Path | #include "IO/IoStatus.h" |
TIoStatusOr < T > & operator=
(
TIoStatusOr < T > && Other
)
operator=(const FIoStatus &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoStatus.h |
| Include Path | #include "IO/IoStatus.h" |
TIoStatusOr < T > & operator=
(
const FIoStatus & OtherStatus
)
operator=(const T &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoStatus.h |
| Include Path | #include "IO/IoStatus.h" |
TIoStatusOr < T > & operator=
(
const T & OtherValue
)
operator=(T &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoStatus.h |
| Include Path | #include "IO/IoStatus.h" |
TIoStatusOr < T > & operator=
(
T && OtherValue
)
operator=(const TIoStatusOr< U > &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoStatus.h |
| Include Path | #include "IO/IoStatus.h" |
template<typename U>
TIoStatusOr < T > & operator=
(
const TIoStatusOr < U > & Other
)