ETimedDataMonitorTimeCorrectionReturnCode

Windows
MacOS
Linux

References

Module

TimedDataMonitor

Header

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

Include

#include "TimedDataMonitorCalibration.h"

Syntax

enum ETimedDataMonitorTimeCorrectionReturnCode
{
    Succeeded,
    Failed_InvalidInput,
    Failed_NoTimecode,
    Failed_UnresponsiveInput,
    Failed_NoDataBuffered,
    Failed_BufferCouldNotBeResize,
    Retry_NotEnoughData,
    Retry_IncreaseBufferSize,
}

Values

Name

Description

Succeeded

  1. The values were synchronized.

Failed_InvalidInput

  1. The provided input doesn't exist.

Failed_NoTimecode

  1. The timecode provider was not existing or not synchronized.

Failed_UnresponsiveInput

  1. At least one channel is unresponsive.

Failed_NoDataBuffered

  1. The channel doesn't have any data in it's buffer to synchronized with.

Failed_BufferCouldNotBeResize

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

Retry_NotEnoughData

  1. The buffer size is correct but they do not contain enough data to to the time correction.

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