r.VT.Borders
r.VT.Borders
#Overview
name: r.VT.Borders
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If > 0, debug borders will enabled\n
It is referenced in 573
C++ source files.
#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:44
Scope (from outer to inner):
file
namespace TextureBorderGenerator
Source code excerpt:
static int32 Enabled = 0;
static FAutoConsoleVariableRef CVarEnableDebugBorders(
TEXT("r.VT.Borders"),
Enabled,
TEXT("If > 0, debug borders will enabled\n")
/*,ECVF_ReadOnly*/
);
}
#Associated Variable and Callsites
This variable is associated with another variable named Enabled
, which is a popular name and overloaded in many contexts. There are 572
callsites. We have to skip these details.