Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SFilterSearchBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Filters/SFilterSearchBox.h |
| Include Path | #include "Filters/SFilterSearchBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SFilterSearchBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SFilterSearchBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Filters/SFilterSearchBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Filters/SFilterSearchBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DelayChangeNotificationsWhileTyping
(
const TAttribute< bool >& InAttribute |
Whether the SearchBox should delay notifying listeners of text changed events until the user is done typing | Filters/SFilterSearchBox.h | |
WidgetArgsType & HintText
(
const TAttribute< FText >& InAttribute |
Hint text to display for the search text when there is no value | Filters/SFilterSearchBox.h | |
WidgetArgsType & InitialText
(
const TAttribute< FText >& InAttribute |
Initial text to display for the search text | Filters/SFilterSearchBox.h | |
WidgetArgsType & MaxSearchHistory
(
int32 InArg |
The maximum number of items to show in the Search History | Filters/SFilterSearchBox.h | |
WidgetArgsType & OnKeyDownHandler
(
const FOnKeyDown& InDelegate |
Callback delegate to have first chance handling of the OnKeyDown event | Filters/SFilterSearchBox.h | |
WidgetArgsType & OnSaveSearchClicked
(
const FOnSaveSearchClicked& InDelegate |
Handler for when the + Button next to a search is clicked | Filters/SFilterSearchBox.h | |
WidgetArgsType & OnTextChanged
(
const FOnTextChanged& InDelegate |
Invoked whenever the text changes | Filters/SFilterSearchBox.h | |
WidgetArgsType & OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Invoked whenever the text is committed (e.g. user presses enter) | Filters/SFilterSearchBox.h | |
WidgetArgsType & SearchHistory
(
TArrayView< FText > InArg |
The Search History to restore | Filters/SFilterSearchBox.h | |
WidgetArgsType & ShowSearchHistory
(
const TAttribute< bool >& InAttribute |
Whether we should show a dropdown containing the last few searches | Filters/SFilterSearchBox.h |