Navigation
API > API/Runtime > API/Runtime/InterchangeCore
Base class representing a error result.
| Name | UInterchangeResultError |
| Type | class |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeResult.h |
| Include Path | #include "InterchangeResult.h" |
Syntax
UCLASS (MinimalAPI)
class UInterchangeResultError : public UInterchangeResult
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeResult → UInterchangeResultError
Derived Classes
Functions
Public
Overridden from UInterchangeResult
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EInterchangeResultType GetResultType() |
Return the severity of the message: success, warning, error. | InterchangeResult.h |