![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FSearchBoxStyle:Static Public Member Functions | |
| static SLATECORE_API const FSearchBoxStyle & | GetDefault () |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SSearchBox
| FSearchBoxStyle::FSearchBoxStyle | ( | ) |
|
virtualdefault |
|
static |
|
overridevirtual |
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
| OutBrushes | The brush resources. |
Reimplemented from FSlateWidgetStyle.
Gets the name of this style.
This method must be implemented by inherited structures.
Reimplemented from FSlateWidgetStyle.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| FSearchBoxStyle & FSearchBoxStyle::SetLeftAlignButtons | ( | bool | bInLeftAlignButtons | ) |
|
inline |
|
inline |
| FSearchBoxStyle & FSearchBoxStyle::SetTextBoxStyle | ( | const FEditableTextBoxStyle & | InTextBoxStyle | ) |
|
inline |
| FSlateFontInfo FSearchBoxStyle::ActiveFontInfo |
Font to use for the text box part of the search box when a search term is entered
| bool FSearchBoxStyle::bLeftAlignButtons_DEPRECATED |
If true, buttons appear to the left of the search text
| bool FSearchBoxStyle::bLeftAlignGlassImageAndClearButton |
If true, glass image and clear button appear to the left of the search text
| bool FSearchBoxStyle::bLeftAlignSearchResultButtons |
If true, search result buttons appear to the left of the search text
| FSlateBrush FSearchBoxStyle::ClearImage |
Image to use for the search "clear" button
| FSlateBrush FSearchBoxStyle::DownArrowImage |
Image to use for the search "down" arrow
| FSlateBrush FSearchBoxStyle::GlassImage |
Image to use for the search "glass"
| FMargin FSearchBoxStyle::ImagePadding |
Padding to use around the images
| FEditableTextBoxStyle FSearchBoxStyle::TextBoxStyle |
Style to use for the text box part of the search box
|
static |
| FSlateBrush FSearchBoxStyle::UpArrowImage |
Image to use for the search "up" arrow