Navigation
API > API/Runtime > API/Runtime/TimeManagement
This timecode provider base class will try to use the engine genlock sync to adjust its count.
| Name | UGenlockedTimecodeProvider |
| Type | class |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/GenlockedTimecodeProvider.h |
| Include Path | #include "GenlockedTimecodeProvider.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UGenlockedTimecodeProvider : public UTimecodeProvider
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTimecodeProvider → UGenlockedTimecodeProvider
Derived Classes
UGenlockedTimecodeProvider derived class hierarchy
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseGenlockToCount | bool | Use Genlock Sync to update Timecode count | GenlockedTimecodeProvider.h |
|