Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories > API/Editor/UnrealEd/Factories/UInterchangeReimportHandler
- FReimportHandler::SetReimportSourceIndex()
- UInterchangeReimportHandler::SetReimportSourceIndex()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/InterchangeReimportHandler.h |
| Include | #include "Factories/InterchangeReimportHandler.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Factories/InterchangeReimportHandler.cpp |
virtual void SetReimportSourceIndex
(
UObject * Obj,
const int32 SourceIndex
)
Remarks
If we want to import a specific source index and there is some settings to update in the asset import data before starting the re-import.
Parameters
| Name | Description |
|---|---|
| Obj | Object for which to change re-import settings. |
| SourceIndex | the index of the SourceFile that will be re-imported |