![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FEditableTextStyle:Static Public Member Functions | |
| static SLATECORE_API const FEditableTextStyle & | GetDefault () |
Public Attributes | |
| FSlateFontInfo | Font |
| FSlateColor | ColorAndOpacity |
| FSlateBrush | BackgroundImageSelected |
| FSlateBrush | BackgroundImageComposing |
| FSlateBrush | CaretImage |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SEditableText
| FEditableTextStyle::FEditableTextStyle | ( | ) |
|
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.
|
inline |
|
inline |
|
inline |
|
inline |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS FEditableTextStyle & FEditableTextStyle::SetFont | ( | const FName & | InFontName, |
| float | InSize | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
Unlinks all colors in this style.
| FSlateBrush FEditableTextStyle::BackgroundImageComposing |
Background image for the selected text
| FSlateBrush FEditableTextStyle::BackgroundImageSelected |
Background image for the selected text
| FSlateBrush FEditableTextStyle::CaretImage |
Image brush used for the caret
| FSlateColor FEditableTextStyle::ColorAndOpacity |
The color and opacity of this text
| FSlateFontInfo FEditableTextStyle::Font |
Font family and size to be used when displaying this text.
|
static |