Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories > API/Editor/UnrealEd/Factories/UInterchangeReimportHandler
- FReimportHandler::CanReimport()
- UInterchangeReimportHandler::CanReimport()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/InterchangeReimportHandler.h |
| Include | #include "Factories/InterchangeReimportHandler.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Factories/InterchangeReimportHandler.cpp |
virtual bool CanReimport
(
UObject * Obj,
TArray < FString > & OutFilenames
)
Remarks
Check to see if the handler is capable of reimporting the object true if this handler is capable of reimporting the provided object
Parameters
| Name | Description |
|---|---|
| Obj | Object to attempt to reimport |
| OutFilenames | The filename(s) of the source art for the specified object |