Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeAssetImportDataConve-
| 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. |