unreal.InterchangePipelineConfigurationBase¶
- class unreal.InterchangePipelineConfigurationBase(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectInterchange Pipeline Configuration Base
C++ Source:
Module: InterchangeEngine
File: InterchangePipelineConfigurationBase.h
- scripted_show_pipeline_configuration_dialog(source_data, translator, base_node_container) -> (InterchangePipelineConfigurationDialogResult, pipeline_stacks=Array[InterchangeStackInfo], out_pipelines=Array[InterchangePipelineBase])¶
Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowPipelineConfigurationDialog().
- Parameters:
source_data (InterchangeSourceData)
translator (InterchangeTranslatorBase)
base_node_container (InterchangeBaseNodeContainer)
- Returns:
pipeline_stacks (Array[InterchangeStackInfo]):
out_pipelines (Array[InterchangePipelineBase]):
- Return type:
tuple
- scripted_show_reimport_pipeline_configuration_dialog(source_data, translator, base_node_container, reimport_asset, scene_import=False) -> (InterchangePipelineConfigurationDialogResult, pipeline_stacks=Array[InterchangeStackInfo], out_pipelines=Array[InterchangePipelineBase])¶
Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowReimportPipelineConfigurationDialog().
- Parameters:
source_data (InterchangeSourceData)
translator (InterchangeTranslatorBase)
base_node_container (InterchangeBaseNodeContainer)
reimport_asset (Object)
scene_import (bool)
- Returns:
pipeline_stacks (Array[InterchangeStackInfo]):
out_pipelines (Array[InterchangePipelineBase]):
- Return type:
tuple
- scripted_show_scene_pipeline_configuration_dialog(source_data, translator, base_node_container) -> (InterchangePipelineConfigurationDialogResult, pipeline_stacks=Array[InterchangeStackInfo], out_pipelines=Array[InterchangePipelineBase])¶
Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowScenePipelineConfigurationDialog().
- Parameters:
source_data (InterchangeSourceData)
translator (InterchangeTranslatorBase)
base_node_container (InterchangeBaseNodeContainer)
- Returns:
pipeline_stacks (Array[InterchangeStackInfo]):
out_pipelines (Array[InterchangePipelineBase]):
- Return type:
tuple
- scripted_show_test_plan_configuration_dialog(source_data, translator, base_node_container, reimport_asset, scene_import=False, reimport=False) -> (InterchangePipelineConfigurationDialogResult, pipeline_stacks=Array[InterchangeStackInfo], out_pipelines=Array[InterchangePipelineBase])¶
Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowTestPlanPipelineConfigurationDialog().
- Parameters:
source_data (InterchangeSourceData)
translator (InterchangeTranslatorBase)
base_node_container (InterchangeBaseNodeContainer)
reimport_asset (Object)
scene_import (bool)
reimport (bool)
- Returns:
pipeline_stacks (Array[InterchangeStackInfo]):
out_pipelines (Array[InterchangePipelineBase]):
- Return type:
tuple