r.VT.ShowDecodeErrors

r.VT.ShowDecodeErrors

#Overview

name: r.VT.ShowDecodeErrors

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/VT/VirtualTextureTranscodeCache.cpp:22

Scope: file

Source code excerpt:

static bool GShowDecodeErrors = true;
static FAutoConsoleCommand CVarVTShowDecodeErrors(
	TEXT("r.VT.ShowDecodeErrors"),
	TEXT("Highlight virtual textures with decode errors in hot pink."),
	FConsoleCommandWithArgsDelegate::CreateStatic(
		[](const TArray< FString >& Args)
		{
			if (Args.Num() != 1)
			{