Navigation
API > API/Plugins > API/Plugins/NNEEditorTools > API/Plugins/NNEEditorTools/UNNEModelDataFactory
- FReimportHandler::Reimport()
- UNNEModelDataFactory::Reimport()
References
| Module | NNEEditorTools |
| Header | /Engine/Plugins/Experimental/NNE/Source/NNEEditorTools/Public/NNEModelDataFactory.h |
| Include | #include "NNEModelDataFactory.h" |
| Source | /Engine/Plugins/Experimental/NNE/Source/NNEEditorTools/Private/NNEModelDataFactory.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 |