FTimecode::ToString

Get the Qualified Timecode formatted in HH:MM:SS:FF or HH:MM:SS;FF depending on if this represents drop-frame timecode or not.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Timecode.h"

Syntax

FString ToString
(
    bool bForceSignDisplay
) const

Remarks

Get the Qualified Timecode formatted in HH:MM:SS:FF or HH:MM:SS;FF depending on if this represents drop-frame timecode or not.

Parameters

Parameter

Description

bForceSignDisplay

Forces the timecode to be prepended with a positive or negative sign. Standard behavior is to only show the sign when the value is negative.

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