Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- UObject
- UInterchangePipelineConfigurationBase
- UInterchangePipelineConfigurationGeneric
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangePipelineConfigurationBase.h |
| Include | #include "InterchangePipelineConfigurationBase.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Experimental, MinimalAPI)
class UInterchangePipelineConfigurationBase : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| EInterchangePipelineConfigurationDialogResult | ScriptedShowPipelineConfigurationDialog
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowPipelineConfigurationDialog(). | |
| EInterchangePipelineConfigurationDialogResult | ScriptedShowPipelineConfigurationDialog_Implementation
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
The default implementation, which is called if the Blueprint does not have any implementation, calls the virtual ShowPipelineConfigurationDialog(). | |
| EInterchangePipelineConfigurationDialogResult | ScriptedShowReimportPipelineConfigurationDialog
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowReimportPipelineConfigurationDialog(). | |
| EInterchangePipelineConfigurationDialogResult | ScriptedShowReimportPipelineConfigurationDialog_Implementation
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
The default implementation, which is called if the Blueprint does not have any implementation, calls the virtual ShowReimportPipelineConfigurationDialog(). | |
| EInterchangePipelineConfigurationDialogResult | ScriptedShowScenePipelineConfigurationDialog
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowScenePipelineConfigurationDialog(). | |
| EInterchangePipelineConfigurationDialogResult | ScriptedShowScenePipelineConfigurationDialog_Implementation
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
The default implementation, which is called if the Blueprint does not have any implementation, calls the virtual ShowScenePipelineConfigurationDialog(). | |
| 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. |