Navigation
API > API/Developer > API/Developer/ToolWidgets
| Name | SSearchToggleButton |
| Type | class |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SSearchToggleButton.h |
| Include Path | #include "SSearchToggleButton.h" |
Syntax
class SSearchToggleButton : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SSearchToggleButton
- FSlateControlledConstruction → SWidget → SCompoundWidget → SSearchToggleButton
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsExpanded | bool | SSearchToggleButton.h | ||
| OnSearchBoxShown | FOnSearchBoxShown | SSearchToggleButton.h | ||
| SearchBoxPtr | TWeakPtr< SSearchBox > | SSearchToggleButton.h | ||
| SearchStyle | const FSearchBoxStyle * | SSearchToggleButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
SSearchToggleButton.h | ||
bool IsExpanded() |
SSearchToggleButton.h | ||
void SetExpanded
(
bool bInExpanded |
Sets whether or not the search area is expanded to expose the search box | SSearchToggleButton.h |