CommonUI.Debug.TraceConfigOnScreen

CommonUI.Debug.TraceConfigOnScreen

#Overview

name: CommonUI.Debug.TraceConfigOnScreen

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/CommonUI/Source/CommonUI/Private/Input/CommonUIActionRouterBase.cpp:50

Scope: file

Source code excerpt:

static bool bTraceConfigOnScreen = false;
static FAutoConsoleVariableRef CVarTraceConfigOnScreen(
	TEXT("CommonUI.Debug.TraceConfigOnScreen"),
	bTraceConfigOnScreen,
	TEXT("Trace for input configs should be displayed on screen. Requires CommonUI.Debug.TraceConfigChanges."));

static int32 TraceInputConfigNum = 5;
static FAutoConsoleVariableRef CVarTraceInputConfigNum(
	TEXT("CommonUI.Debug.TraceInputConfigNum"),