unreal.TimedDataMonitorCalibrationParameters
¶
- class unreal.TimedDataMonitorCalibrationParameters(number_of_retries=4, buffer_resize_allowed=True, buffer_shrink_allowed=False, failed_if_buffer_cant_be_resize=False, use_standard_deviation=True, number_of_standard_deviation=3, reset_statistics_before_using_standard_deviation=True, amount_of_seconds_to_wait_after_statistic_reset=2.0)¶
Bases:
unreal.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¶
[Read-Write] Before calibration, allow to reset the statistics.
- Type
(float)
- property buffer_resize_allowed¶
[Read-Write] If no calibration is possible, are we allowed to increase the size of the buffer.
- Type
(bool)
- property buffer_shrink_allowed¶
[Read-Write] When resizing buffer, do we allow shrinking them.
- Type
(bool)
- property failed_if_buffer_cant_be_resize¶
[Read-Write] When resizing buffer, failed the calibration if a buffer couldn’t be resize.
- Type
(bool)
- property number_of_retries¶
[Read-Write] When needed, how many retry is allowed.
- Type
(int32)
- property number_of_standard_deviation¶
[Read-Write] When using STD, how many should we use.
- Type
(int32)