UTimeManagementBlueprintLibrary::Conv_TimecodeToString

Converts an Timecode to a string (hh:mm:ss:ff).

Windows
MacOS
Linux

References

Module

TimeManagement

Header

/Engine/Source/Runtime/TimeManagement/Public/TimeManagementBlueprintLibrary.h

Include

#include "TimeManagementBlueprintLibrary.h"

Source

/Engine/Source/Runtime/TimeManagement/Private/TimeManagementBlueprintLibrary.cpp

Syntax

static FString Conv_TimecodeToString
(
    const FTimecode & InTimecode,
    bool bForceSignDisplay
)

Remarks

Converts an Timecode to a string (hh:mm:ss:ff). If bForceSignDisplay then the number sign will always be prepended instead of just when expressing a negative time.

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