Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeAssetImportDataConve- > API/Runtime/InterchangeEngine/UInterchangeAssetImportDataConve-/ConvertImportData
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeAssetImportData.h |
| Include | #include "InterchangeAssetImportData.h" |
virtual bool ConvertImportData
(
const UObject * SourceImportData,
UObject ** DestinationImportDataClass
) const
Remarks
Convert the asset import data from the source to the destination. The function should return true only if it has convert the asset import data, false otherwise.
The system will call all object deriving from this class until one convert the data.