Navigation
API > API/Plugins > API/Plugins/ConsoleVariablesEditor > API/Plugins/ConsoleVariablesEditor/Views > API/Plugins/ConsoleVariablesEditor/Views/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SConsoleVariablesEditorCustomConsoleInputBox
References
| Module | ConsoleVariablesEditor |
| Header | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditor/Public/Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h |
| Include | #include "Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h" |
Syntax
class SConsoleVariablesEditorCustomConsoleInputBox : public SCompoundWidget
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | CommitInput () |
||
| void | Construct
(
const FArguments& InArgs |
||
| void | |||
| void | OnInputTextChanged
(
const FText& InText |
||
| FReply | OnKeyCharHandler
(
const FGeometry& MyGeometry, |
||
| FReply | OnKeyDownHandler
(
const FGeometry& MyGeometry, |
||
| void | SetSuggestions
(
TArray< FString >& Elements, |
||
| bool |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnPreviewKeyDown
(
const FGeometry& MyGeometry, |
Called after a key is pressed when this widget or a child of this widget has focus If a widget handles this event, OnKeyDown will not be passed to the focused widget. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FSuggestions |
Typedefs
| Name | Description |
|---|---|
| FOnTextChanged | |
| FOnTextCommitted |