Navigation
API > API/Runtime > API/Runtime/Core
| Name | TValueOrError_ErrorProxy |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
Syntax
template<typename... ArgTypes>
struct TValueOrError_ErrorProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TValueOrError_ErrorProxy
(
ArgTypes&&... InArgs |
Templates/ValueOrError.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Args | TTuple< ArgTypes &&... > | Templates/ValueOrError.h |