Input.Debug.ShowBindingNames
Input.Debug.ShowBindingNames
#Overview
name: Input.Debug.ShowBindingNames
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
True to show binding names in the input binding editor.
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/InputBindingEditor/Private/InputBindingEditorModule.cpp:64
Scope (from outer to inner):
file
namespace InputBindingEditorModule
Source code excerpt:
bool bShowBindingNames = false;
static FAutoConsoleVariableRef CVarDebugBindingNames(TEXT("Input.Debug.ShowBindingNames"), bShowBindingNames, TEXT("True to show binding names in the input binding editor."));
}
/**
* A gesture sort functor. Sorts by name or gesture and ascending or descending
*/
struct FChordSort