Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
This class is used to pass override pipelines in the ImportAssetTask Options member.
| Name | UInterchangePipelineStackOverride |
| Type | class |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
Syntax
UCLASS (Transient, BlueprintType, MinimalAPI)
class UInterchangePipelineStackOverride : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangePipelineStackOverride
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OverridePipelines | TArray< FSoftObjectPath > | InterchangeManager.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddBlueprintPipeline
(
UInterchangeBlueprintPipelineBase* PipelineBase |
InterchangeManager.h |
|
|
void AddPipeline
(
UInterchangePipelineBase* PipelineBase |
InterchangeManager.h |
|
|
void AddPythonPipeline
(
UInterchangePythonPipelineBase* PipelineBase |
InterchangeManager.h |
|