Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TValueOrError_void_void
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError
(
TValueOrError_ValueProxy<>&& Proxy |
Construct the value from a proxy from MakeValue. | Templates/ValueOrError.h | |
TValueOrError
(
TValueOrError_ErrorProxy<>&& Proxy |
Construct the error from a proxy from MakeError. | Templates/ValueOrError.h |
TValueOrError(TValueOrError_ValueProxy<> &&)
Description
Construct the value from a proxy from MakeValue.
| Name | TValueOrError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
TValueOrError
(
TValueOrError_ValueProxy <> && Proxy
)
TValueOrError(TValueOrError_ErrorProxy<> &&)
Description
Construct the error from a proxy from MakeError.
| Name | TValueOrError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
TValueOrError
(
TValueOrError_ErrorProxy <> && Proxy
)