Navigation
API > API/Plugins > API/Plugins/TimedDataMonitor
References
| Module | TimedDataMonitor |
| Header | /Engine/Plugins/VirtualProduction/TimedDataMonitor/Source/TimedDataMonitor/Public/TimedDataMonitorCalibration.h |
| Include | #include "TimedDataMonitorCalibration.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FTimedDataMonitorTimeCorrectionParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBufferResizeAllowed | If no calibration is possible, are we allowed to increase the size of the buffer. | |
| bool | bBufferShrinkAllowed | When resizing buffer, do we allow shrinking them. | |
| bool | bFailedIfBufferCantBeResize | When resizing buffer, failed the calibration if a buffer couldn't be resize. | |
| bool | bUseStandardDeviation | When calibrating, ensure that the evaluation is included inside the STD. | |
| int32 | NumberOfStandardDeviation | When using STD, how many should we use. |