unreal.AutoCalibrationTest

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

Bases: Object

Exposes RunTests to BP and Python for ease of running a test in the editor

C++ Source:

  • Plugin: CameraCalibration

  • Module: CameraCalibrationEditor

  • File: TestCameraCalibration.h

classmethod run_tests(filename, log_verbose_test_description=False) None

Runs the calibration test set defined in the input file

Parameters:
  • filename (str)

  • log_verbose_test_description (bool)