Navigation
API > API/Plugins > API/Plugins/InterchangeEditorPipelines
This pipeline is use by the interchange default UI to enable and disable factory node.
This is an import only pipeline that is execute only when importing from the interchange default dialog.
| Name | UInterchangeCardsPipeline |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Editor/Source/Pipelines/Public/InterchangeCardsPipeline.h |
| Include Path | #include "InterchangeCardsPipeline.h" |
Syntax
UCLASS (MinimalAPI)
class UInterchangeCardsPipeline : public UInterchangePipelineBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangePipelineBase → UInterchangeCardsPipeline
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FactoryNodeClassesToDisabled | TArray< TObjectPtr< UClass > > | InterchangeCardsPipeline.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set all factory node class to disabled. | InterchangeCardsPipeline.h |
Overridden from UInterchangePipelineBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SupportReimport () |
END Pre import pipeline properties. | InterchangeCardsPipeline.h |
Protected
Overridden from UInterchangePipelineBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanExecuteOnAnyThread
(
EInterchangePipelineTask PipelineTask |
InterchangeCardsPipeline.h | ||
virtual void ExecutePipeline
(
UInterchangeBaseNodeContainer* BaseNodeContainer, |
InterchangeCardsPipeline.h |