Navigation
API > API/Runtime > API/Runtime/Core
| Name | TValueOrError< void, void > |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
Syntax
template<>
class TValueOrError< void, void >
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bValue | bool | Templates/ValueOrError.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasError() |
Whether the error is set. An error does imply no value. | Templates/ValueOrError.h | |
bool HasValue() |
Whether the value is set. A value does imply no error. | Templates/ValueOrError.h | |
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 |