r.SetFramePace
r.SetFramePace
#Overview
name: r.SetFramePace
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Set a target frame rate for the frame pacer.To set 30fps: \
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/ApplicationCore/Private/HAL/PlatformFramePacer.cpp:6
Scope: file
Source code excerpt:
static FAutoConsoleCommand CFramePace(
TEXT("r.SetFramePace"),
TEXT("Set a target frame rate for the frame pacer.")
TEXT("To set 30fps: \"r.SetFramePace 30\""),
FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray<FString>& Args)
{
if (Args.Num() > 0)
{