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 FSetupObjectParams
Remarks
Parameters to pass to CreateAsset function
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsReimport | ||
| UInterchangeFactoryBaseNode * | FactoryNode | ||
| UObject * | ImportedObject | The UObject we want to execute code on | |
| UInterchangeBaseNodeContainer * | NodeContainer | ||
| FString | NodeUniqueID | ||
| TArray< UObject * > | OriginalPipelines | ||
| TArray< UInterchangePipelineBase * > | Pipelines | ||
| const UInterchangeSourceData * | SourceData | The source data, mainly use to set the asset import data file. |