FTimecode

Overload list

Windows
MacOS
Linux
Name Description

Public function

FTimecode()

Default construction for UObject purposes

Public function

FTimecode

(
    double InSeconds,
    const FFrameRate& InFrameRate,
    bool InbRollover
)

User construction from a time in seconds

Public function

FTimecode

(
    double InSeconds,
    const FFrameRate& InFrameRate,
    bool InbDropFrame,
    bool InbRollover
)

User construction from a time in seconds

Public function

FTimecode

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

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

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