r.FeatureLevelPreview
r.FeatureLevelPreview
#Overview
name: r.FeatureLevelPreview
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If 1 the quick settings menu will contain an option to enable feature level preview modes
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/Core/Private/HAL/ConsoleManager.cpp:4100
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int32> CVarFeatureLevelPreview(
TEXT("r.FeatureLevelPreview"),
0,
TEXT("If 1 the quick settings menu will contain an option to enable feature level preview modes"),
ECVF_RenderThreadSafe);
static TAutoConsoleVariable<int32> CVarVerifyPeer(
TEXT("n.VerifyPeer"),