Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangePipelineConfigurationBase
- UInterchangePipelineConfigurationGeneric
References
Module | InterchangeEngine |
Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangePipelineConfigurationBase.h |
Include | #include "InterchangePipelineConfigurationBase.h" |
Syntax
class UInterchangePipelineConfigurationBase : public UObject
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
EInterchangePipelineConfigurationDialogResult | ScriptedShowPipelineConfigurationDialog
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
Non virtual helper to allow blueprint to implement event base function to implement the ShowPipelineConfigurationDialog, |
![]() |
EInterchangePipelineConfigurationDialogResult | ScriptedShowPipelineConfigurationDialog_Implementation
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
The default implementation (call if the blueprint do not have any implementation) will call the virtual ExecuteImportPipeline |
![]() |
EInterchangePipelineConfigurationDialogResult | ScriptedShowReimportPipelineConfigurationDialog
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
Non virtual helper to allow blueprint to implement event base function to implement the ShowPipelineConfigurationDialog, |
![]() |
EInterchangePipelineConfigurationDialogResult | ScriptedShowReimportPipelineConfigurationDialog_Implementation
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
The default implementation (call if the blueprint do not have any implementation) will call the virtual ExecuteImportPipeline |
![]() |
EInterchangePipelineConfigurationDialogResult | ScriptedShowScenePipelineConfigurationDialog
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
Non virtual helper to allow blueprint to implement event base function to implement the ShowPipelineConfigurationDialog, |
![]() |
EInterchangePipelineConfigurationDialogResult | ScriptedShowScenePipelineConfigurationDialog_Implementation
(
TArray< FInterchangeStackInfo >& PipelineStacks, |
The default implementation (call if the blueprint do not have any implementation) will call the virtual ExecuteImportPipeline |
![]() ![]() |
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. |