unreal.TimecodeProviderSynchronizationState

class unreal.TimecodeProviderSynchronizationState

Bases: unreal.EnumBase

Possible states of TimecodeProvider.

C++ Source:

  • Module: Engine

  • File: TimecodeProvider.h

CLOSED

TimecodeProvider has not been initialized or has been shutdown.

Type

0

ERROR

Unrecoverable error occurred during Synchronization.

Type

1

SYNCHRONIZED

TimecodeProvider is currently synchronized with the source.

Type

2

SYNCHRONIZING

TimecodeProvider is initialized and being prepared for synchronization.

Type

3