Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/FFactoryCommon
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeImportCommon.h |
| Include | #include "InterchangeImportCommon.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeImportCommon.cpp |
static UObject * GetObjectToReimport
(
UInterchangeFactoryBase * Factory,
UObject * ReimportObject,
const UInterchangeFactoryBaseNode & FactoryNode,
const FString & PackageName,
const FString & AssetName,
const FString & SubPathString
)
Remarks
If the ReimportObject is a UInterchangeSceneImportAsset, returns the UObject which asset path is //PackageName.AssetName[:SubPathString]. Returns ReimportObject otherwise.
Parameters
| Name | Description |
|---|---|
| ReimportObject | Original object to reimport |
| PackageName | Package path of the actual object to reimport |
| AssetName | Asset name of the actual object to reimport |
| SubPathString | Optional subobject name |