Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SEditableTextBox
- SSearchBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSearchBox.h |
| Include | #include "Widgets/Input/SSearchBox.h" |
Syntax
class SSearchBox : public SEditableTextBox
Remarks
A text box that is used for searching. Meant to be as easy to use as possible with as few options as possible.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments | |||
| FSearchResultData | Data for external search results to be shown in the search box. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| SearchDirection | Which direction to go when searching |
Typedefs
| Name | Description |
|---|---|
| FOnSearch |