Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FEditableTextBoxStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FEditableTextBoxStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SEditableTextBox
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateColor | BackgroundColor | The background color applied to the active background image | |
| FSlateBrush | BackgroundImageFocused | Border background image when the box is focused | |
| FSlateBrush | BackgroundImageHovered | Border background image when the box is hovered | |
| FSlateBrush | BackgroundImageNormal | Border background image when the box is not hovered or focused | |
| FSlateBrush | BackgroundImageReadOnly | Border background image when the box is read-only | |
| FSlateColor | FocusedForegroundColor | The foreground color of text when the edit box has keyboard focus. | |
| FSlateColor | ForegroundColor | The foreground color of text. | |
| FMargin | HScrollBarPadding | Padding around the horizontal scrollbar | |
| FMargin | Padding | Padding | |
| FSlateColor | ReadOnlyForegroundColor | The read-only foreground color of text in read-only mode. | |
| FScrollBarStyle | ScrollBarStyle | Style used for the scrollbars | |
| FTextBlockStyle | TextStyle | The style of the text block, which dictates the font, color, and shadow options. | |
| FMargin | VScrollBarPadding | Padding around the vertical scrollbar |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEditableTextBoxStyle
(
const FEditableTextBoxStyle& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
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. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FEditableTextBoxStyle & | operator=
(
const FEditableTextBoxStyle& |
Constants
| Name | Description |
|---|---|
| TypeName |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateFontInfo | Font_DEPRECATED | Font family and size to be used when displaying this text. |