Navigation
Unreal Engine C++ API Reference > Plugins > LinearTimecode > ULinearTimecodeComponent
References
Module | LinearTimecode |
Header | /Engine/Plugins/Media/LinearTimecode/Source/LinearTimecode/Public/LinearTimecodeComponent.h |
Include | #include "LinearTimecodeComponent.h" |
Source | /Engine/Plugins/Media/LinearTimecode/Source/LinearTimecode/Private/LinearTimecodeComponent.cpp |
static void SetDropTimecodeFrameNumber
&40;
const FDropTimecode & Timecode,
int32 FrameNumber,
FDropTimecode & OutTimecode
&41;
Remarks
Convert frame number into a drop timecode
Parameters
Name | Description |
---|---|
Timecode | used to access the framerate, and drop flag |
FrameNumber | Frame number to set in the returned timecode |
OutTimecode | Returned drop timecode |