ETimecodeProviderSynchronizationState

Possible states of TimecodeProvider.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/TimecodeProvider.h

Include

#include "Engine/TimecodeProvider.h"

Syntax

enum ETimecodeProviderSynchronizationState
{
    Closed,
    Error,
    Synchronized,
    Synchronizing,
}

Values

Name

Description

Closed

TimecodeProvider has not been initialized or has been shutdown.

Error

Unrecoverable error occurred during Synchronization.

Synchronized

TimecodeProvider is currently synchronized with the source.

Synchronizing

TimecodeProvider is initialized and being prepared for synchronization.

Remarks

Possible states of TimecodeProvider.

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