unreal.InterchangeImportTestPlan¶
- class unreal.InterchangeImportTestPlan(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectDefine 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] Why is the test plan disabled.is_enabled_in_automation_tests(bool): [Read-Write] Whether or not this test plan is currently enabledsteps(Array[InterchangeImportTestStepBase]): [Read-Write] Set of steps to perform to carry out this test plan