rhi.EnableConsole120Fps
rhi.EnableConsole120Fps
#Overview
name: rhi.EnableConsole120Fps
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable Console 120fps if Monitor supports it and Console is properly setup
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/RHI/Private/RHIUtilities.cpp:145
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarRHInableConsole120Fps(
TEXT("rhi.EnableConsole120Fps"),
InternalEnableConsole120Fps,
TEXT("Enable Console 120fps if Monitor supports it and Console is properly setup"),
FConsoleVariableDelegate::CreateStatic(&OnEnableConsole120FpsCVarRHIChanged),
ECVF_Default
);