Navigation
API > API/Plugins > API/Plugins/InterchangeEditorPipelines
Inheritance Hierarchy
- UObject
- UInterchangePipelineConfigurationBase
- UInterchangePipelineConfigurationGeneric
References
| Module | InterchangeEditorPipelines |
| Header | /Engine/Plugins/Interchange/Editor/Source/Pipelines/Public/InterchangePipelineConfigurationGeneric.h |
| Include | #include "InterchangePipelineConfigurationGeneric.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew)
class UInterchangePipelineConfigurationGeneric : public UInterchangePipelineConfigurationBase
Overridden from UInterchangePipelineConfigurationBase
| Type | Name | Description | |
|---|---|---|---|
| EInterchangePipelineConfigurationDialogResult | ShowPipelineConfigurationDialog
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
This function shows a dialog used to configure pipeline stacks and returns a stack name that tells the caller the user's choice. | |
| EInterchangePipelineConfigurationDialogResult | ShowReimportPipelineConfigurationDialog
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
This function shows a dialog used to configure pipeline stacks and returns a stack name that tells the caller the user's choice. | |
| EInterchangePipelineConfigurationDialogResult | ShowScenePipelineConfigurationDialog
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
This function shows a dialog used to configure pipeline stacks and returns a stack name that tells the caller the user's choice. |