ULinearTimecodeComponent::GetDropTimeCodeFrameNumber

Convert a drop timecode into a frame number

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

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Media")
static void GetDropTimeCodeFrameNumber
(
    const FDropTimecode & Timecode,
    int32 & FrameNumber
)

Remarks

Convert a drop timecode into a frame number

Parameters

Parameter

Description

Timecode

Used to access the framerate, and drop flag

FrameNumber

returned calculated frame number

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