Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager > API/Runtime/InterchangeEngine/UInterchangeManager/ConvertImportData
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
bool ConvertImportData
(
const UObject * SourceImportData,
const UClass * DestinationClass,
UObject ** DestinationImportData
) const
Remarks
Call all the registered converter, until one can convert the source data to the destination @Param SourceImportData - The source import data options. @Param DestinationImportData - The destination import data options we have to create and fill. @Param DestinationClass - The class representing the DestinationImportData true if one of the converter has convert the data. False otherwise.