UReimportSpeedTreeFactory::Reimport

Attempt to reimport the specified object from its source

Windows
MacOS
Linux

Override Hierarchy

FReimportHandler::Reimport()

UReimportSpeedTreeFactory::Reimport()

References

Module

SpeedTreeImporter

Header

/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Classes/ReimportSpeedTreeFactory.h

Include

#include "ReimportSpeedTreeFactory.h"

Source

/Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Private/ReimportSpeedTreeFactory.cpp

Syntax

virtual EReimportResult::Type Reimport
(
    UObject * Obj
)

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

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