Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/SSequencerSearchBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/Sequencer/Public/Filters/Widgets/SSequencerSearchBox.h |
| Include Path | #include "Filters/Widgets/SSequencerSearchBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSequencerSearchBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SSequencerSearchBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Filters/Widgets/SSequencerSearchBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Filters/Widgets/SSequencerSearchBox.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/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & HintText
(
const TAttribute< FText >& InAttribute |
Hint text to display for the search text when there is no value | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & InitialText
(
const TAttribute< FText >& InAttribute |
Initial text to display for the search text | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & MustMatchPossibleSuggestions
(
const TAttribute< bool >& InAttribute |
Whether the SearchBox allows entries that don't match the possible suggestions | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & OnKeyDownHandler
(
const FOnKeyDown& InDelegate |
Callback delegate to have first chance handling of the OnKeyDown event | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & OnSaveSearchClicked
(
const SFilterSearchBox::FOnSaveSearchClicked& InDelegate |
Handler for when the + Button next to a search is clicked | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & OnSuggestionChosen
(
const FOnSequencerSearchBoxSuggestionChosen& InDelegate |
Callback when a suggestion entry is chosen during an asset search, to allow custom compositing behavior of the suggestion into the search text | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & OnSuggestionFilter
(
const FOnSequencerSearchBoxSuggestionFilter& InDelegate |
Callback to filter the given suggestion list, to allow custom filtering behavior | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & OnTextChanged
(
const FOnTextChanged& InDelegate |
Invoked whenever the text changes | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Invoked whenever the text is committed (e.g. user presses enter) | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & PossibleSuggestions
(
const TAttribute< TArray< FSequencerFilterSuggestion > >& InAttribute |
All possible suggestions for the search text | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & ShowSearchHistory
(
const TAttribute< bool >& InAttribute |
Whether we should show a dropdown containing the last few searches | Filters/Widgets/SSequencerSearchBox.h | |
WidgetArgsType & SuggestionListPlacement
(
EMenuPlacement InArg |
Where to place the suggestion list | Filters/Widgets/SSequencerSearchBox.h |