Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Factories > UFontFileImportFactory
- FReimportHandler::CanReimport()
- UFontFileImportFactory::CanReimport()
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/FontFileImportFactory.h |
Include | #include "Factories/FontFileImportFactory.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/Factories/EditorFactories.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 |