r.CalcLocalPlayerCachedLODDistanceFactor
r.CalcLocalPlayerCachedLODDistanceFactor
#Overview
name: r.CalcLocalPlayerCachedLODDistanceFactor
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Should we calculate a LOD Distance Factor based on the current FOV. Should not be necessary since LOD is already based on screen size.\n
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/Engine/Private/LocalPlayer.cpp:56
Scope: file
Source code excerpt:
int32 GCalcLocalPlayerCachedLODDistanceFactor = 1;
static FAutoConsoleVariableRef CVarCalcLocalPlayerCachedLODDistanceFactor(
TEXT("r.CalcLocalPlayerCachedLODDistanceFactor"),
GCalcLocalPlayerCachedLODDistanceFactor,
TEXT("Should we calculate a LOD Distance Factor based on the current FOV. Should not be necessary since LOD is already based on screen size.\n")
);
DECLARE_CYCLE_STAT(TEXT("CalcSceneView"), STAT_CalcSceneView, STATGROUP_Engine);