FReimportHandler::Reimport

Attempt to reimport the specified object from its source

Windows
MacOS
Linux

Override Hierarchy

FReimportHandler::Reimport()

UReimportFbxSkeletalMeshFactory::Reimport()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorReimportHandler.h

Include

#include "EditorReimportHandler.h"

Syntax

virtual EReimportResult::Type Reimport
(
    UObject * Obj,
    int32 SourceFileIndex
)

Remarks

Attempt to reimport the specified object from its source

Returns

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

Parameter

Description

Obj

Object to attempt to reimport

SourceFileIndex

the index of the SourceFile to use to reimport the Obj

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss