Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TValueOrError
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ErrorType * TryGetError () |
Access the error if it is set. | Templates/ValueOrError.h | |
const ErrorType * TryGetError () |
Templates/ValueOrError.h |
TryGetError()
Description
Access the error if it is set.
| Name | TryGetError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
ErrorType * TryGetError()
TryGetError()
| Name | TryGetError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h |
| Include Path | #include "Templates/ValueOrError.h" |
const ErrorType * TryGetError() const