UAudioCaptureTimecodeProvider::FetchTimecode

Fetch current timecode from its source.

Windows
MacOS
Linux

Override Hierarchy

UTimecodeProvider::FetchTimecode()

UAudioCaptureTimecodeProvider::FetchTimecode()

References

Module

AudioCaptureTimecodeProvider

Header

/Engine/Plugins/Media/AudioCaptureTimecodeProvider/Source/AudioCaptureTimecodeProvider/Public/AudioCaptureTimecodeProvider.h

Include

#include "AudioCaptureTimecodeProvider.h"

Source

/Engine/Plugins/Media/AudioCaptureTimecodeProvider/Source/AudioCaptureTimecodeProvider/Private/AudioCaptureTimecodeProvider.cpp

Syntax

virtual bool FetchTimecode
(
    FQualifiedFrameTime & OutFrameTime
)

Remarks

Fetch current timecode from its source. e.g. From hardware/network/file/etc. It is recommended to cache the fetched 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