Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UInterchangeReimportHandler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetReimportPaths
(
UObject* Obj, |
Sets the reimport path(s) for the specified object | Factories/InterchangeReimportHandler.h | |
virtual void SetReimportPaths
(
UObject* Obj, |
Sets the reimport path(s) for the specified object at the specified index | Factories/InterchangeReimportHandler.h |
SetReimportPaths(UObject *, const TArray< FString > &)
Description
Sets the reimport path(s) for the specified object
| Name | SetReimportPaths |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/InterchangeReimportHandler.h |
| Include Path | #include "Factories/InterchangeReimportHandler.h" |
virtual void SetReimportPaths
(
UObject * Obj,
const TArray < FString > & NewReimportPaths
)
Parameters
| Name | Remarks |
|---|---|
| Obj | Object for which to change the reimport path(s) |
| NewReimportPaths | The new path(s) to set on the object |
SetReimportPaths(UObject *, const FString &, const int32)
Description
Sets the reimport path(s) for the specified object at the specified index
| Name | SetReimportPaths |
| 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 void SetReimportPaths
(
UObject * Obj,
const FString & NewReimportPath,
const int32 SourceIndex
)
Parameters
| Name | Remarks |
|---|---|
| Obj | Object for which to change the reimport path(s) |
| NewReimportPaths | The new path(s) to set on the object |
| SourceIndex | the index of the SourceFile to set the reimport path |