Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/SInputChord
Description
Create an SInputChord widget for the given InputChord and (optional) ActionLabel. The InputLabel (ie. "Ctrl + C") is derived from the InputChord.
| Name | MakeForInputChord |
| 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 > MakeForInputChord
(
const FInputChord & InInputChord,
const FText & InActionLabel
)