PerfIndexThresholds_ViewDistanceQuality
PerfIndexThresholds_ViewDistanceQuality
#Overview
name: PerfIndexThresholds_ViewDistanceQuality
The value of this variable can be defined or overridden in .ini config files. 2
.ini config files referencing this setting variable.
It is referenced in 1
C++ source file.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Config/BaseScalability.ini:25, section: [ScalabilitySettings]
- INI Section:
ScalabilitySettings
- Raw value:
"Min 18 42 105"
- Is Array:
False
Location: <Workspace>/Projects/Lyra/Config/DefaultScalability.ini:5, section: [ScalabilitySettings]
- INI Section:
ScalabilitySettings
- Raw value:
"GPU 18 115 250"
- Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Engine/Private/Scalability.cpp:701
Scope (from outer to inner):
file
namespace Scalability
function FQualityLevels BenchmarkQualityLevels
Source code excerpt:
// decide on the actual quality needed
Results.ResolutionQuality = GetResolutionQualityFromGPUPerfIndex(GPUPerfIndex);
Results.ViewDistanceQuality = ComputeOptionFromPerfIndex(TEXT("ViewDistanceQuality"), CPUPerfIndex, GPUPerfIndex);
Results.AntiAliasingQuality = ComputeOptionFromPerfIndex(TEXT("AntiAliasingQuality"), CPUPerfIndex, GPUPerfIndex);
Results.ShadowQuality = ComputeOptionFromPerfIndex(TEXT("ShadowQuality"), CPUPerfIndex, GPUPerfIndex);
Results.GlobalIlluminationQuality = ComputeOptionFromPerfIndex(TEXT("GlobalIlluminationQuality"), CPUPerfIndex, GPUPerfIndex);
Results.ReflectionQuality = ComputeOptionFromPerfIndex(TEXT("ReflectionQuality"), CPUPerfIndex, GPUPerfIndex);
Results.PostProcessQuality = ComputeOptionFromPerfIndex(TEXT("PostProcessQuality"), CPUPerfIndex, GPUPerfIndex);
Results.TextureQuality = ComputeOptionFromPerfIndex(TEXT("TextureQuality"), CPUPerfIndex, GPUPerfIndex);