ULinearTimecodeComponent::SetDropTimecodeFrameNumber

Convert frame number into a drop timecode

Windows
MacOS
Linux

References

Module

LinearTimecode

Header

/Engine/Plugins/Media/LinearTimecode/Source/LinearTimecode/Public/LinearTimecodeComponent.h

Include

#include "LinearTimecodeComponent.h"

Source

/Engine/Plugins/Media/LinearTimecode/Source/LinearTimecode/Private/LinearTimecodeComponent.cpp

Syntax

static void SetDropTimecodeFrameNumber
(
    const FDropTimecode & Timecode,
    int32 FrameNumber,
    FDropTimecode & OutTimecode
)

Remarks

Convert frame number into a drop timecode

Parameters

Parameter

Description

Timecode

used to access the framerate, and drop flag

FrameNumber

Frame number to set in the returned timecode

OutTimecode

Returned drop timecode

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