Navigation
API > API/Editor > API/Editor/EditorWidgets
Displays a given input chord in a user-friendly way. ie. "[Keyboard Icon] Ctrl + C | Copy"
| Name | SInputChord |
| Type | class |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SInputChord.h |
| Include Path | #include "SInputChord.h" |
Syntax
class SInputChord : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SInputChord
- FSlateControlledConstruction → SWidget → SCompoundWidget → SInputChord
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Constructs this widget with InArgs | SInputChord.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSlateBrush * GetIconForInputChord
(
const FInputChord& InInputChord |
SInputChord.h | ||
static TSharedRef< SInputChord > MakeForCommandInfo
(
const FUICommandInfo& InCommandInfo, |
Create an SInputChord widget for the given CommandInfo. | SInputChord.h | |
static TSharedRef< SInputChord > MakeForInputChord
(
const FInputChord& InInputChord, |
Create an SInputChord widget for the given InputChord and (optional) ActionLabel. | SInputChord.h |