FApp::SetTimecodeAndFrameRate

Sets the current timecode, and the frame rate to which it's relative.

Windows
MacOS
Linux

Deprecated

  • Please use SetQualifiedFrameTime

References

Module

Core

Header

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

Include

#include "Misc/App.h"

Syntax

static void SetTimecodeAndFrameRate
(
    FTimecode InTimecode,
    FFrameRate InTimecodeFrameRate
)

Remarks

Sets the current timecode, and the frame rate to which it's relative.

Parameters

Parameter

Description

InTimecode

current timecode.

InTimecodeFrameRate

current timecode 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