Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TValueOrError
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError
(
TValueOrError_ValueProxy< ArgTypes... >&& Proxy |
Construct the value from a proxy from MakeValue. | Templates/ValueOrError.h | |
TValueOrError
(
TValueOrError_ErrorProxy< ArgTypes... >&& Proxy |
Construct the error from a proxy from MakeError. | Templates/ValueOrError.h | |
TValueOrError
(
TValueOrError_ValueProxy< ArgTypes... >&& Proxy, |
Templates/ValueOrError.h | ||
TValueOrError
(
TValueOrError_ErrorProxy< ArgTypes... >&& Proxy, |
Templates/ValueOrError.h |
TValueOrError(TValueOrError_ValueProxy< ArgTypes... > &&)
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" |
template<typename... ArgTypes>
TValueOrError
(
TValueOrError_ValueProxy < ArgTypes... > && Proxy
)
TValueOrError(TValueOrError_ErrorProxy< ArgTypes... > &&)
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" |
template<typename... ArgTypes>
TValueOrError
(
TValueOrError_ErrorProxy < ArgTypes... > && Proxy
)
TValueOrError(TValueOrError_ValueProxy< ArgTypes... > &&, TIntegerSequence< uint32, ArgIndices... >)
| Name | TValueOrError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
template<typename... ArgTypes, uint32... ArgIndices>
TValueOrError
(
TValueOrError_ValueProxy < ArgTypes... > && Proxy,
TIntegerSequence < uint32, ArgIndices... >
)
TValueOrError(TValueOrError_ErrorProxy< ArgTypes... > &&, TIntegerSequence< uint32, ArgIndices... >)
| Name | TValueOrError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
template<typename... ArgTypes, uint32... ArgIndices>
TValueOrError
(
TValueOrError_ErrorProxy < ArgTypes... > && Proxy,
TIntegerSequence < uint32, ArgIndices... >
)