Navigation
API > API/Plugins > API/Plugins/HairStrandsEditor > API/Plugins/HairStrandsEditor/UReimportHairStrandsFactory
- FReimportHandler::Reimport()
- UReimportHairStrandsFactory::Reimport()
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 EReimportResult::Type Reimport
&40;
UObject &42; Obj
&41;
Remarks
Attempt to reimport the specified object from its source EReimportResult::Succeeded if this handler was able to handle reimporting the provided object, EReimportResult::Failed if this handler was unable to handle reimporting the provided object or EReimportResult::Cancelled if the handler was cancelled part-way through re-importing the provided object.
Parameters
Name | Description |
---|---|
Obj | Object to attempt to reimport |