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
(
UObject * Asset,
const FString & Extension
) const
Remarks
Call all the registered converters to see if any converter can convert the data. @Param Asset - The asset we want to convert the import data. @Param Extension - The file extension we want to import. true if one of the converter has converted the data, or false otherwise.