r.RayTracing.Nanite.CutError
r.RayTracing.Nanite.CutError
#Overview
name: r.RayTracing.Nanite.CutError
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Global target cut error to control quality when using procedural raytracing geometry for Nanite meshes.
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/Nanite/NaniteRayTracing.cpp:51
Scope: file
Source code excerpt:
static float GNaniteRayTracingCutError = 0.0f;
static FAutoConsoleVariableRef CVarNaniteRayTracingCutError(
TEXT("r.RayTracing.Nanite.CutError"),
GNaniteRayTracingCutError,
TEXT("Global target cut error to control quality when using procedural raytracing geometry for Nanite meshes."),
ECVF_RenderThreadSafe
);
static int32 GNaniteRayTracingMaxNumVertices = 16 * 1024 * 1024;