AnimRecorder.SampleRate
AnimRecorder.SampleRate
#Overview
name: AnimRecorder.SampleRate
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Argument: valid Frame Rate format\nSets the sample frame-rate for the animation recorder system
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/Editor/SequenceRecorder/Private/SequenceRecorderModule.cpp:60
Scope: file
Source code excerpt:
static FAutoConsoleCommand CVarAnimRecorderSampleFrameRate(
TEXT("AnimRecorder.SampleRate"),
TEXT("Argument: valid Frame Rate format\n")
TEXT("Sets the sample frame-rate for the animation recorder system"),
FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray<FString>& Args)
{
bool bValidFrameRate = false;
if (Args.Num() == 1)