Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSearchToggleButton
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SSearchToggleButton.h |
| Include Path | #include "SSearchToggleButton.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSearchToggleButton >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SSearchToggleButton::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SSearchToggleButton.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SSearchToggleButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OnSearchBoxShown
(
const FOnSearchBoxShown& InDelegate |
Event fired when the associated search box is made visible | SSearchToggleButton.h | |
WidgetArgsType & Style
(
const FSearchBoxStyle* InArg |
Search box style (used to match the glass icon) | SSearchToggleButton.h |