Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FInputBindingManager
| |
|
| Name |
FContextEntry |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputBindingManager.h |
| Include Path |
#include "Framework/Commands/InputBindingManager.h" |
Syntax
struct FContextEntry
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BindingContext |
TSharedPtr< FBindingContext > |
The binding context for this entry |
Framework/Commands/InputBindingManager.h |
|
| ChordToCommandInfoMaps |
TArray< FChordMap > |
Chord to command info maps, one for each set of key bindings |
Framework/Commands/InputBindingManager.h |
|
| CommandInfoMap |
FCommandInfoMap |
A list of commands associated with the context |
Framework/Commands/InputBindingManager.h |
|
Functions
Public