Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FReimportHandler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetReimportPaths
(
UObject* Obj, |
Sets the reimport path(s) for the specified object | EditorReimportHandler.h | |
virtual void SetReimportPaths
(
UObject* Obj, |
Sets the reimport path(s) for the specified object at the specified index | EditorReimportHandler.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/Public/EditorReimportHandler.h |
| Include Path | #include "EditorReimportHandler.h" |
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/Public/EditorReimportHandler.h |
| Include Path | #include "EditorReimportHandler.h" |
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 |