Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
| Type | Name | Description | |
|---|---|---|---|
| bool | ConvertImportData
(
UObject* Asset, |
Call all the registered converters to see if any converter can convert the data. | |
| bool | ConvertImportData
(
const UObject* SourceImportData, |
Call all the registered converter, until one can convert the source import data to UInterchangeAssetImportData @Param SourceImportData - The source import data options. | |
| bool | ConvertImportData
(
const UObject* SourceImportData, |
Call all the registered converter, until one can convert the source data to the destination @Param SourceImportData - The source import data options. |