Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- UObject
- UInterchangeAssetImportDataConverterBase
- UInterchangeFbxAssetImportDataConverter
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeAssetImportData.h |
| Include | #include "InterchangeAssetImportData.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UInterchangeAssetImportDataConverterBase : public UObject
Remarks
Base class to create an asset import data converter.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ConvertImportData
(
UObject* Object, |
Convert the asset import data from the one that is in the Object to one that supports the target extension (for example, legacy FBX to Interchange or vice-versa) The function should return true only if it has converted the asset import data, or false otherwise. | |
| bool | ConvertImportData
(
const UObject* SourceImportData, |
Convert the asset import data from the source to the destination. |