Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TValueOrError
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
Include | #include "Templates/ValueOrError.h" |
Syntax
struct FWrapErrorType
Remarks
Wrap the error type to allow ValueType and ErrorType to be the same type.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
ErrorType | Error |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FWrapErrorType
(
ArgTypes&&... Args |