unreal.InterchangeImportTestPlan

class unreal.InterchangeImportTestPlan(outer: Optional[Object] = None, name: Union[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)

  • disabled_test_reason (str): [Read-Write] Disabled Test Reason: Why is the test plan disabled.

  • is_enabled_in_automation_tests (bool): [Read-Write] Is Enabled in Automation Tests: Whether or not this test plan is currently enabled

  • steps (Array[InterchangeImportTestStepBase]): [Read-Write] Steps: Set of steps to perform to carry out this test plan

run_this_test() None

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