Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/FFactoryCommon
Description
If the ReimportObject is a UInterchangeSceneImportAsset, returns the factory node associated with the asset which path is //PackageName.AssetName[:SubPathString]. Returns nullptr otherwise.
| Name | GetFactoryNode |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeImportCommon.h |
| Include Path | #include "InterchangeImportCommon.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeImportCommon.cpp |
static const UInterchangeFactoryBaseNode * GetFactoryNode
(
UObject * ReimportObject,
const FString & PackageName,
const FString & AssetName,
const FString & SubPathString
)
Parameters
| Name | Remarks |
|---|---|
| ReimportObject | Object that a reimport has been initialized from |
| PackageName | Package path of the actual object to reimport |
| AssetName | Asset name of the actual object to reimport |
| SubPathString | Optional subobject name |