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 the CreateAsset function.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AssetName | The name to give to the created asset. | |
| UInterchangeFactoryBaseNode * | AssetNode | The base node that describes how to create the asset. | |
| const UInterchangeBaseNodeContainer * | NodeContainer | The node container associated with the current source index. | |
| UObject * | Parent | The package where the asset should be created. If null, it will be put in the transient package. | |
| UObject * | ReimportObject | If when we try to create the package we find out the asset already exists, this field will contain the asset we want to reimport. | |
| const UInterchangeSourceData * | SourceData | The source data. | |
| const UInterchangeTranslatorBase * | Translator | The translator is used to retrieve the payLoad data in case the factory needs it. |