MediaIO.ShowInputTimecode
MediaIO.ShowInputTimecode
#Overview
name: MediaIO.ShowInputTimecode
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
All media player will log the frame timecode when a new frame is captured.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Player/MediaIOCorePlayerBase.cpp:63
Scope (from outer to inner):
file
namespace MediaIOCorePlayerDetail
Source code excerpt:
static FAutoConsoleCommand CCommandShowTimecode(
TEXT("MediaIO.ShowInputTimecode"),
TEXT("All media player will log the frame timecode when a new frame is captured."),
FConsoleCommandDelegate::CreateLambda([](){ MediaIOCorePlayerDetail::bLogTimecode = true; }),
ECVF_Cheat);
static FAutoConsoleCommand CCommandHideTimecode(
TEXT("MediaIO.HideInputTimecode"),