Navigation
API > API/Plugins > API/Plugins/ConsoleVariablesEditor
| Name | SConsoleVariablesEditorCustomConsoleInputBox |
| Type | class |
| Header File | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditor/Public/Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h |
| Include Path | #include "Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h" |
Syntax
class SConsoleVariablesEditorCustomConsoleInputBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SConsoleVariablesEditorCustomConsoleInputBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SConsoleVariablesEditorCustomConsoleInputBox
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~SConsoleVariablesEditorCustomConsoleInputBox() |
Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h |
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FSuggestions |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnTextChanged | TBaseDelegate_OneParam< void, const FText & > | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | |
| FOnTextCommitted | TBaseDelegate_OneParam< void, const FText & > | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bClearOnCommit | bool | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
| bCommitOnFocusLost | bool | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
| bHideOnFocusLost | bool | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
| bIgnoreUIUpdate | bool | To prevent recursive calls in UI callback | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | |
| Font | FSlateFontInfo | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
| HintText | FText | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
| InputText | TSharedPtr< SEditableTextBox > | A reference to the actual text box inside ConsoleInput | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | |
| IsEnabledAttribute | TAttribute< bool > | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
| OnTextChanged | FOnTextChanged | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
| OnTextCommitted | FOnTextCommitted | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
| SuggestionBox | TSharedPtr< SMenuAnchor > | History / auto completion elements | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | |
| SuggestionListView | TSharedPtr< SListView< TSharedPtr< FString > > > | The list view for showing all log messages. Should be replaced by a full text editor | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | |
| Suggestions | FSuggestions | Active list of suggestions | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | |
| TextAttribute | TAttribute< FText > | Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearSuggestions() |
Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
void CommitInput() |
Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
void Construct
(
const FArguments& InArgs |
Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
void MarkActiveSuggestion() |
Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
void OnInputTextChanged
(
const FText& InText |
Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
FReply OnKeyCharHandler
(
const FGeometry& MyGeometry, |
Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
FReply OnKeyDownHandler
(
const FGeometry& MyGeometry, |
Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
virtual FReply OnPreviewKeyDown
(
const FGeometry& MyGeometry, |
Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | ||
| Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h | |||
bool TakeKeyboardFocus() |
Views/Widgets/SConsoleVariablesEditorCustomConsoleInputBox.h |