unreal.TimedDataMonitorCalibrationParameters

class unreal.TimedDataMonitorCalibrationParameters(number_of_retries: int = 0, buffer_resize_allowed: bool = False, buffer_shrink_allowed: bool = False, failed_if_buffer_cant_be_resize: bool = False, use_standard_deviation: bool = False, number_of_standard_deviation: int = 0, reset_statistics_before_using_standard_deviation: bool = False, amount_of_seconds_to_wait_after_statistic_reset: float = 0.0)

Bases: StructBase

Timed Data Monitor Calibration Parameters

C++ Source:

  • Plugin: TimedDataMonitor

  • Module: TimedDataMonitor

  • File: TimedDataMonitorCalibration.h

Editor Properties: (see get_editor_property/set_editor_property)

  • amount_of_seconds_to_wait_after_statistic_reset (float): [Read-Write] Before calibration, allow to reset the statistics.

  • buffer_resize_allowed (bool): [Read-Write] If no calibration is possible, are we allowed to increase the size of the buffer.

  • buffer_shrink_allowed (bool): [Read-Write] When resizing buffer, do we allow shrinking them.

  • failed_if_buffer_cant_be_resize (bool): [Read-Write] When resizing buffer, failed the calibration if a buffer couldn’t be resize.

  • number_of_retries (int32): [Read-Write] When needed, how many retry is allowed.

  • number_of_standard_deviation (int32): [Read-Write] When using STD, how many should we use.

  • reset_statistics_before_using_standard_deviation (bool): [Read-Write] Before calibration, allow to reset the statistics.

  • use_standard_deviation (bool): [Read-Write] When calibrating, ensure that the evaluation is included inside the STD.

property amount_of_seconds_to_wait_after_statistic_reset: float

[Read-Write] Before calibration, allow to reset the statistics.

Type:

(float)

property buffer_resize_allowed: bool

[Read-Write] If no calibration is possible, are we allowed to increase the size of the buffer.

Type:

(bool)

property buffer_shrink_allowed: bool

[Read-Write] When resizing buffer, do we allow shrinking them.

Type:

(bool)

property failed_if_buffer_cant_be_resize: bool

[Read-Write] When resizing buffer, failed the calibration if a buffer couldn’t be resize.

Type:

(bool)

property number_of_retries: int

[Read-Write] When needed, how many retry is allowed.

Type:

(int32)

property number_of_standard_deviation: int

[Read-Write] When using STD, how many should we use.

Type:

(int32)

property reset_statistics_before_using_standard_deviation: bool

[Read-Write] Before calibration, allow to reset the statistics.

Type:

(bool)

property use_standard_deviation: bool

[Read-Write] When calibrating, ensure that the evaluation is included inside the STD.

Type:

(bool)