unreal.InterchangeImportTestStepImport

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

Bases: InterchangeImportTestStepBase

Interchange Import Test Step Import

C++ Source:

  • Plugin: InterchangeTests

  • Module: InterchangeTests

  • File: InterchangeImportTestStepImport.h

Editor Properties: (see get_editor_property/set_editor_property)

  • empty_destination_folder_prior_to_import (bool): [Read-Write] Whether the destination folder should be emptied prior to import

  • import_into_level (bool): [Read-Write] Whether we should use the import into level workflow

  • pipeline_settings (InterchangeTestPlanPipelineSettings): [Read-Write]

  • pipeline_stack (Array[InterchangePipelineBase]): [Read-Write] The pipeline stack to use when importing (an empty array will use the defaults)

  • screenshot_parameters (InterchangeTestScreenshotParameters): [Read-Write] Screen Shot Settings

  • source_file (FilePath): [Read-Write] The source file to import (path relative to the json script)

  • take_screenshot (bool): [Read-Write] Whether screenshot would be taken at this stage.

  • tests (Array[InterchangeTestFunction]): [Read-Write] An array of results to check against

  • use_override_pipeline_stack (bool): [Read-Write] Whether the import should use the override pipeline stack