Input.Debug.ShowTouches

Input.Debug.ShowTouches

#Overview

name: Input.Debug.ShowTouches

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/Plugins/Runtime/InputDebugging/Source/InputDebugging/Private/TouchInputVisualizer.cpp:10

Scope: file

Source code excerpt:

static int32 GInputEnableTouchDebugVisualizer = 0;
static FAutoConsoleVariableRef CVarInputEnableTouchDebugVisualizer(
	TEXT("Input.Debug.ShowTouches"),
	GInputEnableTouchDebugVisualizer,
	TEXT("Whether to show touch input on screen.")
);