unreal.TimecodeProviderSynchronizationState

class unreal.TimecodeProviderSynchronizationState

Bases: EnumBase

Possible states of TimecodeProvider.

C++ Source:

  • Module: Engine

  • File: TimecodeProvider.h

CLOSED: TimecodeProviderSynchronizationState

TimecodeProvider has not been initialized or has been shutdown.

Type:

0

ERROR: TimecodeProviderSynchronizationState

Unrecoverable error occurred during Synchronization.

Type:

1

SYNCHRONIZED: TimecodeProviderSynchronizationState

TimecodeProvider is currently synchronized with the source.

Type:

2

SYNCHRONIZING: TimecodeProviderSynchronizationState

TimecodeProvider is initialized and being prepared for synchronization.

Type:

3