FTimecode::FTimecode

User construction from a number of hours minutes seconds and frames.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Timecode.h

Include

#include "Misc/Timecode.h"

Syntax

FTimecode
(
    int32 InHours,
    int32 InMinutes,
    int32 InSeconds,
    int32 InFrames,
    bool InbDropFrame
)

Remarks

User construction from a number of hours minutes seconds and frames.

Parameters

Parameter

Description

InbDropFrame

If true, this Timecode represents a "Drop Frame Timecode" format which skips the first frames of every minute (except those ending in multiples of 10) to account for drift when using a fractional NTSC framerate.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss