Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FQualifiedFrameTime > API/Runtime/Core/Misc/FQualifiedFrameTime/ToTimecode
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/QualifiedFrameTime.h |
| Include | #include "Misc/QualifiedFrameTime.h" |
FTimecode ToTimecode
&40;
bool bDropFrame
&41; const
Remarks
Create an FTimecode from this qualified frame time. Optionally supports creating a drop-frame timecode, which drops certain timecode display numbers to help account for NTSC frame rates which are fractional.
Parameters
| Name | Description |
|---|---|
| bDropFrame | If true, the returned timecode will drop the first two frames on every minute (except when Minute % 10 == 0). This is only valid for NTSC framerates (29.97, 59.94) and will assert if you try to create a drop-frame timecode from a non-valid framerate. All framerates can be represented by non-drop timecode. |