Navigation
API > API/Runtime > API/Runtime/InterchangeCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeResult
- UInterchangeResultWarning
- UInterchangeResultWarning_Generic
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeResult.h |
| Include | #include "InterchangeResult.h" |
Syntax
UCLASS (MinimalAPI)
class UInterchangeResultWarning : public UInterchangeResult
Remarks
Base class representing a warning result.
Overridden from UInterchangeResult
| Type | Name | Description | |
|---|---|---|---|
| EInterchangeResultType | Return the severity of the message: success, warning, error. |