r.ContactShadows.Standalone.Method

r.ContactShadows.Standalone.Method

#Overview

name: r.ContactShadows.Standalone.Method

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/Shadows/ScreenSpaceShadows.cpp:25

Scope: file

Source code excerpt:

static int32 GContactShadowsMethod = 0;
static FAutoConsoleVariableRef CVarContactShadowsMethod(
	TEXT("r.ContactShadows.Standalone.Method"),
	GContactShadowsMethod,
	TEXT("Technique to use to calculate Contact (Screen Space) Shadows:\n")
	TEXT("0 - Stochastic Jittering.\n")
	TEXT("1 - Bend Screen Space Shadows."),
	ECVF_Scalability | ECVF_RenderThreadSafe
);