Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USystemTimeTimecodeProvider
Description
Generate a timecode value using the high performance clock Using the high performance clock is faster but will make the value drift over time. This is an optimized version. Prefer GenerateTimecodeFromSystemTime, if the value need to be accurate.
| Name | GenerateTimecodeFromHighPerformanceClock |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/SystemTimeTimecodeProvider.h |
| Include Path | #include "Engine/SystemTimeTimecodeProvider.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Engine/SystemTimeTimecodeProvider.cpp |
static FTimecode GenerateTimecodeFromHighPerformanceClock
(
FFrameRate Rate
)