Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FInlineTextImageStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
struct FInlineTextImageStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an inline image used by rich text
Variables
| Type | Name | Description | |
|---|---|---|---|
| int16 | Baseline | The offset from the bottom of the image height to the baseline. | |
| FSlateBrush | Image | Image to use when the slider thumb is in its normal state |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FInlineTextImageStyle & | GetDefault () |
||
| FInlineTextImageStyle & | SetBaseline
(
int16 InBaseline |
||
| FInlineTextImageStyle & | SetImage
(
const FSlateBrush& InImage |
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 |