Navigation
API > API/Plugins > API/Plugins/InterchangeEditorPipelines
Inheritance Hierarchy
- UInterchangePipelineBase
- UInterchangeCardsPipeline
References
| Module | InterchangeEditorPipelines |
| Header | /Engine/Plugins/Interchange/Editor/Source/Pipelines/Public/InterchangeCardsPipeline.h |
| Include | #include "InterchangeCardsPipeline.h" |
Syntax
UCLASS ()
class UInterchangeCardsPipeline : public UInterchangePipelineBase
Remarks
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.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanExecuteOnAnyThread
(
EInterchangePipelineTask PipelineTask |
||
| void | ExecutePipeline
(
UInterchangeBaseNodeContainer* BaseNodeContainer, |
||
| void | SetDisabledFactoryNodes
(
TArray< UClass* > FactoryNodeClasses |
Set all factory node class to disabled. | |
| bool | END Pre import pipeline properties. |