ETimecodeSynchronizationEvent

Enumerates Synchronization related events.

Windows
MacOS
Linux

References

Module

TimecodeSynchronizer

Header

/Engine/Plugins/Media/TimecodeSynchronizer/Source/TimecodeSynchronizer/Public/TimecodeSynchronizer.h

Include

#include "TimecodeSynchronizer.h"

Syntax

enum ETimecodeSynchronizationEvent
{
    SynchronizationStarted,
    SynchronizationFailed,
    SynchronizationSucceeded,
    SynchronizationStopped,
}

Values

Name

Description

SynchronizationStarted

The synchronization procedure has started.

SynchronizationFailed

The synchronization procedure failed.

SynchronizationSucceeded

The synchronization procedure succeeded.

SynchronizationStopped

Synchronization was stopped. Note, this won't be called if Synchronization failed.

Remarks

Enumerates Synchronization related events.

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