Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FReimportHandler > API/Editor/UnrealEd/FReimportHandler/SetReimportPaths
- FReimportHandler::SetReimportPaths()
- UInterchangeReimportHandler::SetReimportPaths()
- UReimportFbxSkeletalMeshFactory::SetReimportPaths()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorReimportHandler.h |
| Include | #include "EditorReimportHandler.h" |
virtual void SetReimportPaths
(
UObject * Obj,
const FString & NewReimportPath,
const int32 SourceIndex
)
Remarks
Sets the reimport path(s) for the specified object at the specified index
Parameters
| Name | Description |
|---|---|
| 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 |