HighlightRecorder.Save
HighlightRecorder.Save
#Overview
name: HighlightRecorder.Save
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Saves highlight clip, optional parameters: filename (\
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/Source/Runtime/Windows/WindowsPlatformFeatures/Private/HighlightRecorder.cpp:27
Scope: file
Source code excerpt:
FAutoConsoleCommand HighlightRecorderPause(TEXT("HighlightRecorder.Pause"), TEXT("Pauses recording of highlight clip"), FConsoleCommandDelegate::CreateStatic(&FHighlightRecorder::PauseCmd));
FAutoConsoleCommand HighlightRecorderResume(TEXT("HighlightRecorder.Resume"), TEXT("Resumes recording of highlight clip"), FConsoleCommandDelegate::CreateStatic(&FHighlightRecorder::ResumeCmd));
FAutoConsoleCommand HighlightRecorderSave(TEXT("HighlightRecorder.Save"), TEXT("Saves highlight clip, optional parameters: filename (\"test.mp4\" by default) and max duration (float, secs, duration of ring buffer by default)"), FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(&FHighlightRecorder::SaveCmd));
//////////////////////////////////////////////////////////////////////////
FHighlightRecorder* FHighlightRecorder::Singleton = nullptr;
CSV_DECLARE_CATEGORY_EXTERN(WindowsVideoRecordingSystem);