Navigation
API > API/Plugins > API/Plugins/PaperTiledImporter > API/Plugins/PaperTiledImporter/UPaperTiledImporterFactory
- FReimportHandler::CanReimport()
- UPaperTiledImporterFactory::CanReimport()
References
| Module | PaperTiledImporter |
| Header | /Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h |
| Include | #include "PaperTiledImporterFactory.h" |
| Source | /Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterFactory.cpp |
virtual bool CanReimport
&40;
UObject &42; Obj,
TArray< FString > & OutFilenames
&41;
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 |