Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBase
Description
Acquires the Object to be re-imported. Function is called from FFactoryCommon::GetObjectToReiomport. Which in turn is called from the InterchangeTask related functions to acquire the Object to be Reimported. Allows Factories to override, in order to provide the desired ReimportObject based on Factory requirements.
| Name | GetObjectToReimport |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeFactoryBase.h |
| Include Path | #include "InterchangeFactoryBase.h" |
virtual UObject * GetObjectToReimport
(
UObject * ReimportObject,
const UInterchangeFactoryBaseNode & FactoryNode,
const FString & PackageName,
const FString & AssetName,
const FString & SubPathString
)