Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
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.
| Name | CanReimport |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Import Manager")
bool CanReimport
(
const UObject * Object,
TArray < FString > & OutFilenames
) const