r.Ortho.DefaultUpdateNearClipPlane

r.Ortho.DefaultUpdateNearClipPlane

#Overview

name: r.Ortho.DefaultUpdateNearClipPlane

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/Engine/Private/SceneView.cpp:335

Scope: file

Source code excerpt:

float GDefaultUpdateOrthoNearPlane = 0.0f;
static FAutoConsoleVariableRef CVarDefaultUpdateOrthoNearPlane(
	TEXT("r.Ortho.DefaultUpdateNearClipPlane"),
	GDefaultUpdateOrthoNearPlane,
	TEXT("Ortho near clip plane value to correct to when using ortho near clip correction"),
	ECVF_RenderThreadSafe
);

static TAutoConsoleVariable<bool> CVarAllowOrthoNearPlaneCorrection(