Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FEditableTextBoxStyle : public FSlateWidgetStyle
Represents the appearance of an SEditableTextBox
Name | Description | ||
---|---|---|---|
|
BackgroundColor |
The background color applied to the active background image |
|
|
BackgroundImageFocused |
Border background image when the box is focused |
|
|
BackgroundImageHovered |
Border background image when the box is hovered |
|
|
BackgroundImageNormal |
Border background image when the box is not hovered or focused |
|
|
BackgroundImageReadOnly |
Border background image when the box is read-only |
|
|
FocusedForegroundColor |
The foreground color of text when the edit box has keyboard focus. |
|
|
Font |
Font family and size to be used when displaying this text. |
|
|
ForegroundColor |
The foreground color of text. |
|
|
HScrollBarPadding |
Padding around the horizontal scrollbar |
|
|
Padding |
Padding |
|
|
ReadOnlyForegroundColor |
The read-only foreground color of text in read-only mode. |
|
|
ScrollBarStyle |
Style used for the scrollbars |
|
|
VScrollBarPadding |
Padding around the vertical scrollbar |
Name | Description | |
---|---|---|
|
FEditableTextBoxStyle() |
Name | Description | |
---|---|---|
|
~FEditableTextBoxStyle() |
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 |