unreal.InterchangeImportTestPlan

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

Bases: Object

Define a test plan

C++ Source:

  • Plugin: InterchangeTests

  • Module: InterchangeTests

  • File: InterchangeImportTestPlan.h

Editor Properties: (see get_editor_property/set_editor_property)

  • description (str): [Read-Write] Test Description

  • import_step (InterchangeImportTestStepImport): [Read-Only] File Import Step

  • reimport_stack (Array[InterchangeImportTestStepReimport]): [Read-Write] Set of re-imports that will follow the above import step

  • steps (Array[InterchangeImportTestStepBase]): [Read-Write] Set of steps to perform to carry out this test plan deprecated: Use the import and reimport sections to fill up the test steps.

  • world_path (SoftObjectPath): [Read-Write] Level to use for taking Screenshot

run_this_test() None

Click here to immediately run this single test through the automation framework

property steps: None

[Read-Write] Set of steps to perform to carry out this test plan deprecated: Use the import and reimport sections to fill up the test steps.

Type:

(Array[InterchangeImportTestStepBase])