r.Mobile.Forward.LocalLightsSinglePermutation

r.Mobile.Forward.LocalLightsSinglePermutation

#Overview

name: r.Mobile.Forward.LocalLightsSinglePermutation

This variable is created as a Console Variable (cvar).

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/Renderer/Private/MobileBasePass.cpp:32

Scope: file

Source code excerpt:

int32 GMobileForwardLocalLightsSinglePermutation = 0;
FAutoConsoleVariableRef CVarMobileForwardLocalLightsSinglePermutation(
	TEXT("r.Mobile.Forward.LocalLightsSinglePermutation"),
	GMobileForwardLocalLightsSinglePermutation,
	TEXT("Whether to use the same permutation regardless of local lights state. This may improve RT time at expense of some GPU time"),
	ECVF_Scalability | ECVF_RenderThreadSafe
);

bool MobileLocalLightsUseSinglePermutation()