unreal.InterchangePipelineConfigurationBase

class unreal.InterchangePipelineConfigurationBase(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

Interchange Pipeline Configuration Base

C++ Source:

  • Module: InterchangeEngine

  • File: InterchangePipelineConfigurationBase.h

scripted_show_pipeline_configuration_dialog(source_data) -> (InterchangePipelineConfigurationDialogResult, pipeline_stacks=Array[InterchangeStackInfo], out_pipelines=Array[InterchangePipelineBase])

Non virtual helper to allow blueprint to implement event base function to implement the ShowPipelineConfigurationDialog,

Parameters:

source_data (InterchangeSourceData) –

Returns:

pipeline_stacks (Array[InterchangeStackInfo]):

out_pipelines (Array[InterchangePipelineBase]):

Return type:

tuple

scripted_show_reimport_pipeline_configuration_dialog(source_data) -> (InterchangePipelineConfigurationDialogResult, pipeline_stacks=Array[InterchangeStackInfo], out_pipelines=Array[InterchangePipelineBase])

Non virtual helper to allow blueprint to implement event base function to implement the ShowPipelineConfigurationDialog,

Parameters:

source_data (InterchangeSourceData) –

Returns:

pipeline_stacks (Array[InterchangeStackInfo]):

out_pipelines (Array[InterchangePipelineBase]):

Return type:

tuple

scripted_show_scene_pipeline_configuration_dialog(source_data) -> (InterchangePipelineConfigurationDialogResult, pipeline_stacks=Array[InterchangeStackInfo], out_pipelines=Array[InterchangePipelineBase])

Non virtual helper to allow blueprint to implement event base function to implement the ShowPipelineConfigurationDialog,

Parameters:

source_data (InterchangeSourceData) –

Returns:

pipeline_stacks (Array[InterchangeStackInfo]):

out_pipelines (Array[InterchangePipelineBase]):

Return type:

tuple