Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FTimecode
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Timecode.h |
| Include | #include "Misc/Timecode.h" |
static FTimecode FromFrameTime
(
const FFrameTime & InFrameTime,
const FFrameRate & InFrameRate,
TOptional < bool > bDropFrame
)
Remarks
Create a FTimecode from a specific frame time at the given frame rate.
Parameters
| Name | Description |
|---|---|
| InFrameTime | The frame time to convert into a timecode. This should already be converted to InFrameTimes's resolution. |
| InFrameRate | The framerate that this timecode is based in. This should be the playback framerate as it is used to determine when the Frame value wraps over. |
| bDropFrame | Optional parameter to indicate if we are in drop frame format. |