Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UTimecodeProvider
Description
Fetch current timecode from its source. e.g. From hardware/network/file/etc. It is recommended to cache the fetched timecode.
| Name | FetchTimecode |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/TimecodeProvider.h |
| Include Path | #include "Engine/TimecodeProvider.h" |
UFUNCTION (BlueprintCallable, Category="Provider")
virtual bool FetchTimecode
(
FQualifiedFrameTime & OutFrameTime
)