Gizmos.DebugDraw
Gizmos.DebugDraw
#Overview
name: Gizmos.DebugDraw
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Displays debugging information.
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/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/TransformGizmo.cpp:40
Scope (from outer to inner):
file
namespace GizmoLocals
Source code excerpt:
static bool bDebugDraw = false;
static FAutoConsoleVariableRef CVarDebugDraw(
TEXT("Gizmos.DebugDraw"),
bDebugDraw,
TEXT("Displays debugging information.")
);
static bool ProjectIndirect = true;
static FAutoConsoleVariableRef CVarProjectIndirect(