Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
Include | #include "Templates/ValueOrError.h" |
Syntax
template<>
class TValueOrError< void, void >
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | HasError () |
Whether the error is set. An error does imply no value. |
![]() ![]() |
bool | HasValue () |
Whether the value is set. A value does imply no error. |
![]() |
TValueOrError
(
TValueOrError_ValueProxy<>&& Proxy |
Construct the value from a proxy from MakeValue. | |
![]() |
TValueOrError
(
TValueOrError_ErrorProxy<>&& Proxy |
Construct the error from a proxy from MakeError. |