Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangePipelineStackOverride
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
Syntax
class UInterchangePipelineStackOverride : public UObject
Remarks
This class is use to pass override pipelines in the ImportAssetTask Options member
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FSoftObjectPath > | OverridePipelines |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddBlueprintPipeline
(
UInterchangeBlueprintPipelineBase* PipelineBase |
||
| void | AddPipeline
(
UInterchangePipelineBase* PipelineBase |
||
| void | AddPythonPipeline
(
UInterchangePythonPipelineBase* PipelineBase |