FTimecode::FTimecode

User construction from a time in seconds

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Timecode.h"

Syntax

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

Remarks

User construction from a time in seconds

Parameters

Parameter

Description

InbRollover

If true, the hours will be the modulo of 24. @note Be aware that the Cycles may not correspond to the System Time. See FDateTime and "leap seconds".

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