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)
description(str): [Read-Write] Test Descriptionimport_step(InterchangeImportTestStepImport): [Read-Only] File Import Stepreimport_stack(Array[InterchangeImportTestStepReimport]): [Read-Write] Set of re-imports that will follow the above import stepsteps(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