Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UInterchangeReimportHandler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EReimportResult::Type Reimport
(
UObject* Obj |
Attempt to reimport the specified object from its source | Factories/InterchangeReimportHandler.h | |
virtual EReimportResult::Type Reimport
(
UObject* Obj, |
Attempt to reimport the specified object from its source | Factories/InterchangeReimportHandler.h |
Reimport(UObject *)
Description
Attempt to reimport the specified object from its source
| Name | Reimport |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/InterchangeReimportHandler.h |
| Include Path | #include "Factories/InterchangeReimportHandler.h" |
virtual EReimportResult::Type Reimport
(
UObject * Obj
)
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 | Remarks |
|---|---|
| Obj | Object to attempt to reimport |
Reimport(UObject *, int32)
Description
Attempt to reimport the specified object from its source
| Name | Reimport |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/InterchangeReimportHandler.h |
| Include Path | #include "Factories/InterchangeReimportHandler.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Factories/InterchangeReimportHandler.cpp |
virtual EReimportResult::Type Reimport
(
UObject * Obj,
int32 SourceFileIndex
)
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 | Remarks |
|---|---|
| Obj | Object to attempt to reimport |
| SourceFileIndex | the index of the SourceFile to use to reimport the Obj |