Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TValueOrError
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ErrorType & GetError () |
Access the error. Asserts if this does not have an error. | Templates/ValueOrError.h | |
const ErrorType & GetError () |
Templates/ValueOrError.h | ||
ErrorType && GetError () |
Templates/ValueOrError.h |
GetError()
Description
Access the error. Asserts if this does not have an error.
| Name | GetError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
ErrorType & GetError()
GetError()
| Name | GetError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
const ErrorType & GetError() const
GetError()
| Name | GetError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
ErrorType && GetError()