Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FInlineEditableTextBlockStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FInlineEditableTextBlockStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SInlineEditableTextBlock
Variables
| Type | Name | Description | |
|---|---|---|---|
| FEditableTextBoxStyle | EditableTextBoxStyle | The style of the editable text box, which dictates the font, color, and shadow options. | |
| FTextBlockStyle | TextStyle | The style of the text block, which dictates the font, color, and shadow options. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FInlineEditableTextBlockStyle & | GetDefault () |
||
| FInlineEditableTextBlockStyle & | SetEditableTextBoxStyle
(
const FEditableTextBoxStyle& InEditableTextBoxStyle |
||
| FInlineEditableTextBlockStyle & | SetTextStyle
(
const FTextBlockStyle& InTextStyle |
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. |
Constants
| Name | Description |
|---|---|
| TypeName |