UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TimecodeProvider.h File Reference
#include "CoreMinimal.h"
#include "UObject/Object.h"
#include "UObject/ObjectMacros.h"
#include "Misc/FrameRate.h"
#include "Misc/Timecode.h"
#include "Misc/QualifiedFrameTime.h"
#include "TimecodeProvider.generated.h"

Go to the source code of this file.

Classes

class  UTimecodeProvider
 

Enumerations

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

Enumeration Type Documentation

◆ ETimecodeProviderSynchronizationState

Possible states of TimecodeProvider.

Enumerator
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.