ETimedDataMonitorCalibrationReturnCode

Windows
MacOS
Linux

References

Module

TimedDataMonitor

Header

/Engine/Plugins/VirtualProduction/TimedDataMonitor/Source/TimedDataMonitor/Public/TimedDataMonitorCalibration.h

Include

#include "TimedDataMonitorCalibration.h"

Syntax

enum ETimedDataMonitorCalibrationReturnCode
{
    Succeeded,
    Failed_NoTimecode,
    Failed_UnresponsiveInput,
    Failed_InvalidEvaluationType,
    Failed_InvalidFrameRate,
    Failed_NoDataBuffered,
    Failed_BufferCouldNotBeResize,
    Failed_Reset,
    Retry_NotEnoughData,
    Retry_IncreaseBufferSize,
}

Values

Name

Description

Succeeded

  1. The values were synchronized.

Failed_NoTimecode

  1. The timecode provider doesn't have a proper timecode value.

Failed_UnresponsiveInput

  1. At least one input is unresponsive.

Failed_InvalidEvaluationType

  1. At least one input has an evaluation type that is not timecode.

Failed_InvalidFrameRate

  1. At least one input doesn't have a defined frame rate.

Failed_NoDataBuffered

  1. At least one input doesn't have data buffered.

Failed_BufferCouldNotBeResize

  1. A resize was requested but it was not able to do so.

Failed_Reset

  1. The calibration was manually reset.

Retry_NotEnoughData

  1. The buffer size is correct but they do not contain enough data to calibrate.

Retry_IncreaseBufferSize

  1. No interval could be found. Increase the buffer size.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss