![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FEditableTextBoxStyle:Static Public Member Functions | |
| static SLATECORE_API const FEditableTextBoxStyle & | GetDefault () |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SEditableTextBox
| PRAGMA_ENABLE_DEPRECATION_WARNINGS FEditableTextBoxStyle::FEditableTextBoxStyle | ( | ) |
|
default |
|
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.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS FEditableTextBoxStyle & FEditableTextBoxStyle::SetFont | ( | const FName & | InFontName, |
| float | InSize | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Unlinks all colors in this style.
| FSlateColor FEditableTextBoxStyle::BackgroundColor |
The background color applied to the active background image
| FSlateBrush FEditableTextBoxStyle::BackgroundImageFocused |
Border background image when the box is focused
| FSlateBrush FEditableTextBoxStyle::BackgroundImageHovered |
Border background image when the box is hovered
| FSlateBrush FEditableTextBoxStyle::BackgroundImageNormal |
Border background image when the box is not hovered or focused
| FSlateBrush FEditableTextBoxStyle::BackgroundImageReadOnly |
Border background image when the box is read-only
| FSlateColor FEditableTextBoxStyle::FocusedForegroundColor |
The foreground color of text when the edit box has keyboard focus.
| FSlateColor FEditableTextBoxStyle::ForegroundColor |
The foreground color of text.
| FMargin FEditableTextBoxStyle::HScrollBarPadding |
Padding around the horizontal scrollbar
| FMargin FEditableTextBoxStyle::Padding |
Padding
| FSlateColor FEditableTextBoxStyle::ReadOnlyForegroundColor |
The read-only foreground color of text in read-only mode.
| FScrollBarStyle FEditableTextBoxStyle::ScrollBarStyle |
Style used for the scrollbars
| FTextBlockStyle FEditableTextBoxStyle::TextStyle |
The style of the text block, which dictates the font, color, and shadow options. Style overrides all other properties!
|
static |
| FMargin FEditableTextBoxStyle::VScrollBarPadding |
Padding around the vertical scrollbar