Navigation
Unreal Engine C++ API Reference > Plugins > TimedDataMonitor
References
Module | TimedDataMonitor |
Header | /Engine/Plugins/VirtualProduction/TimedDataMonitor/Source/TimedDataMonitor/Public/TimedDataMonitorCalibration.h |
Include | #include "TimedDataMonitorCalibration.h" |
Syntax
enum ETimedDataMonitorCalibrationReturnCode
&123;
Succeeded,
Failed_NoTimecode,
Failed_UnresponsiveInput,
Failed_InvalidEvaluationType,
Failed_InvalidFrameRate,
Failed_NoDataBuffered,
Failed_BufferCouldNotBeResize,
Failed_Reset,
Retry_NotEnoughData,
Retry_IncreaseBufferSize,
&125;
Values
Name | Description |
---|---|
Succeeded | Success. The values were synchronized. |
Failed_NoTimecode | Failed. The timecode provider doesn't have a proper timecode value. |
Failed_UnresponsiveInput | Failed. At least one input is unresponsive. |
Failed_InvalidEvaluationType | Failed. At least one input has an evaluation type that is not timecode. |
Failed_InvalidFrameRate | Failed. At least one input doesn't have a defined frame rate. |
Failed_NoDataBuffered | Failed. At least one input doesn't have data buffered. |
Failed_BufferCouldNotBeResize | Failed. A resize was requested but it was not able to do so. |
Failed_Reset | Failed. The calibration was manually reset. |
Retry_NotEnoughData | Retry. The buffer size is correct but they do not contain enough data to calibrate. |
Retry_IncreaseBufferSize | Retry. No interval could be found. Increase the buffer size. |