Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/SInputChord
Description
Create an SInputChord widget for the given CommandInfo. Optionally, provide a KeyBindingIndex for commands with multiple bindings.
| Name | MakeForCommandInfo |
| Type | function |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SInputChord.h |
| Include Path | #include "SInputChord.h" |
| Source | /Engine/Source/Editor/EditorWidgets/Private/SInputChord.cpp |
static TSharedRef < SInputChord > MakeForCommandInfo
(
const FUICommandInfo & InCommandInfo,
const EMultipleKeyBindingIndex InKeyBindingIndex
)