Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands > API/Runtime/Slate/Framework/Commands/FInputBindingManager
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Commands/InputBindingManager.h |
| Include | #include "Framework/Commands/InputBindingManager.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Commands/InputBindingManager.cpp |
bool GetUserDefinedChord
&40;
const FName InBindingContext,
const FName InCommandName,
const EMultipleKeyBindingIndex InChordIndex,
FInputChord & OutUserDefinedChord
&41;
Remarks
Gets the user defined chord (if any) from the provided command name
Gets the user defined chord (if any) from the provided command name
Parameters
| Name | Description |
|---|---|
| InBindingContext | The context in which the command is active |
| InCommandName | The name of the command to get the chord from |
| ChordIndex | The index of the key binding (in the multiple key bindings array) |
| InBindingContext | The context in which the command is active |
| InCommandName | The name of the command to get the chord from |