Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FSearchBoxStyle : public FSlateWidgetStyle
Represents the appearance of an SSearchBox
Name | Description | ||
---|---|---|---|
|
ActiveFontInfo |
Font to use for the text box part of the search box when a search term is entered |
|
|
bLeftAlignButtons |
If true, buttons appear to the left of the search text |
|
|
ClearImage |
Image to use for the search "clear" button |
|
|
DownArrowImage |
Image to use for the search "down" arrow |
|
|
GlassImage |
Image to use for the search "glass" |
|
|
ImagePadding |
Padding to use around the images |
|
|
TextBoxStyle |
Style to use for the text box part of the search box |
|
|
UpArrowImage |
Image to use for the search "up" arrow |
Name | Description | |
---|---|---|
|
FSearchBoxStyle() |
Name | Description | |
---|---|---|
|
~FSearchBoxStyle() |
Name | Description | ||
---|---|---|---|
|
const FSearc... |
GetDefault() |
|
|
FSearchBoxSt... |
SetActiveFont ( |
|
|
FSearchBoxSt... |
SetClearImage ( |
|
|
FSearchBoxSt... |
SetDownArrowImage ( |
|
|
FSearchBoxSt... |
SetGlassImage ( |
|
|
FSearchBoxSt... |
SetImagePadding ( |
|
|
FSearchBoxSt... |
SetLeftAlignButtons ( |
|
|
FSearchBoxSt... |
SetTextBoxStyle ( |
|
|
FSearchBoxSt... |
SetUpArrowImage ( |
Name | Description | ||
---|---|---|---|
|
GetResources ( |
Gets the brush resources associated with this style. |
|
|
const FName |
GetTypeName() |
Gets the name of this style. This method must be implemented by inherited structures. |
Name |
Description |
---|---|
TypeName |