Navigation
API > API/Runtime > API/Runtime/InterchangeCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeResult
- UInterchangeResultError
- UInterchangeResultError_Generic
- UInterchangeResultError_ReimportFail
- UInterchangeResultMeshError
- UInterchangeResultMeshError_Generic
- UInterchangeResultSuccess
- UInterchangeResultDisplay_Generic
- UInterchangeResultWarning
- UInterchangeResultMeshWarning
- UInterchangeResultMeshWarning_Generic
- UInterchangeResultMeshWarning_TooManyUVs
- UInterchangeResultTextureWarning
- UInterchangeResultTextureWarning_TextureFileDoNotExist
- UInterchangeResultWarning_Generic
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeResult.h |
| Include | #include "InterchangeResult.h" |
Syntax
class UInterchangeResult : public UObject
Remarks
Base class for the result from an Interchange operation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UClass > | AssetType | ||
| FString | DestinationAssetName | ||
| FString | InterchangeKey | ||
| FString | SourceAssetName |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UInterchangeResult * | Create a new UInterchangeResult-derived object from a Json representation. | ||
| EInterchangeResultType | Return the severity of the message: success, warning, error. | ||
| FText | GetText () |
Return a user-readable message. | |
| FString | ToJson () |
Serialize this UInterchangeResult object to Json. |