Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FEditableTextStyle : public FSlateWidgetStyle
Represents the appearance of an SEditableText
Name | Description | ||
---|---|---|---|
|
BackgroundImageComposing |
Background image for the selected text |
|
|
BackgroundImageSelected |
Background image for the selected text |
|
|
CaretImage |
Image brush used for the caret |
|
|
ColorAndOpacity |
The color and opacity of this text |
|
|
Font |
Font family and size to be used when displaying this text. |
Name | Description | |
---|---|---|
|
FEditableTextStyle() |
Name | Description | |
---|---|---|
|
~FEditableTextStyle() |
Name | Description | ||
---|---|---|---|
|
const FEdita... |
GetDefault() |
|
|
FEditableTex... |
SetBackgroundImageComposing ( |
|
|
FEditableTex... |
SetBackgroundImageSelected ( |
|
|
FEditableTex... |
SetCaretImage ( |
|
|
FEditableTex... |
SetColorAndOpacity ( |
|
|
FEditableTex... |
SetFont ( |
|
|
FEditableTex... |
SetFont |
|
|
UnlinkColors() |
Unlinks all colors in this style. |
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 |