CommonInput.ShowKeys
CommonInput.ShowKeys
#Overview
name: CommonInput.ShowKeys
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Should we show the keys for the current input device.
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/CommonInput/Private/CommonInputSubsystem.cpp:40
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarInputKeysVisible
(
TEXT("CommonInput.ShowKeys"),
GCommonInputKeysVisible,
TEXT("Should we show the keys for the current input device."),
ECVF_Default
);
bool bEnableGamepadPlatformCursor = false;