Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
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 CanReimport
(
const UObject * Object,
TArray< FString > & OutFilenames
) const
Remarks
Returns true if Interchange can create this type of asset and is able to translate its source files. @Param Object - The object we want to reimport. @Param OutFilenames - An array that is filled with the object's source filenames if the operation is successful.