Navigation
Unreal Engine C++ API Reference > Plugins > HairStrandsEditor > UReimportHairStrandsFactory
- FReimportHandler::CanReimport()
- UReimportHairStrandsFactory::CanReimport()
References
Module | HairStrandsEditor |
Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Public/ReimportHairStrandsFactory.h |
Include | #include "ReimportHairStrandsFactory.h" |
Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Private/ReimportHairStrandsFactory.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 |