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