Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/SInputChord
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SInputChord.h |
| Include Path | #include "SInputChord.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SInputChord >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SInputChord::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SInputChord.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SInputChord.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ActionLabel
(
FText InArg |
Label for the resulting action, ie. "Copy" | SInputChord.h | |
WidgetArgsType & ActionLabelStyle
(
const FTextBlockStyle* InArg |
Optionally specify the style of the action label | SInputChord.h | |
WidgetArgsType & Icon
(
const FSlateBrush* InArg |
The Icon should be derived from an FInputChord, usually a keyboard or mouse icon. | SInputChord.h | |
WidgetArgsType & InputLabel
(
FText InArg |
Label for the input key combination, ie. "Ctrl + C" | SInputChord.h | |
WidgetArgsType & InputLabelDelimiterOverride
(
TSharedPtr< SWidget > InArg |
Optionally override the delimiter widget between the input label and action label (if set). | SInputChord.h | |
WidgetArgsType & InputLabelStyle
(
const FTextBlockStyle* InArg |
Optionally specify the style of the input label | SInputChord.h |