Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBase
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeFactoryBase.h |
| Include | #include "InterchangeFactoryBase.h" |
Syntax
struct FImportAssetObjectParams
Remarks
Parameters to pass to CreateAsset function
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AssetName | The name we want to give to the asset we will create | |
| UInterchangeFactoryBaseNode * | AssetNode | The base node that describe how to create the asset | |
| const UInterchangeBaseNodeContainer * | NodeContainer | The node container associate with the current source index | |
| UObject * | Parent | The package where to create the asset, if null it will put it in the transient package | |
| UObject * | ReimportObject | If when we try to create the package we found out the asset already exist, this field will contain the asset we want to re-import. | |
| const UInterchangeSourceData * | SourceData | The source data, mainly use to set the asset import data file. | |
| const UInterchangeTranslatorBase * | Translator | The translator is use to retrieve the PayLoad data in case the factory need it |