![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ValueOrError.h>
Public Member Functions | |
| TValueOrError (TValueOrError_ValueProxy<> &&Proxy) | |
| TValueOrError (TValueOrError_ErrorProxy<> &&Proxy) | |
| UE_REWRITE bool | HasError () const |
| UE_REWRITE bool | HasValue () const |
|
inline |
Construct the value from a proxy from MakeValue.
|
inline |
Construct the error from a proxy from MakeError.
|
inline |
Whether the error is set. An error does imply no value.
|
inline |
Whether the value is set. A value does imply no error.