CommonUI.AutoFlushPressedKeys
CommonUI.AutoFlushPressedKeys
#Overview
name: CommonUI.AutoFlushPressedKeys
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Causes the pressed keys to be flushed when the Input Mode is switched to Menu.
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:36
Scope: file
Source code excerpt:
bool bAutoFlushPressedKeys = true;
static const FAutoConsoleVariableRef CVarAutoFlushInput(
TEXT("CommonUI.AutoFlushPressedKeys"),
bAutoFlushPressedKeys,
TEXT("Causes the pressed keys to be flushed when the Input Mode is switched to Menu."));
//////////////////////////////////////////////////////////////////////////
static bool bTraceInputConfig = false;