Navigation
API > API/Runtime > API/Runtime/SlateCore
Represents the appearance of an inline image used by rich text
| Name | FInlineTextImageStyle |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
Syntax
USTRUCT ()
struct FInlineTextImageStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FInlineTextImageStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Styling/SlateTypes.h | |||
FInlineTextImageStyle
(
const FInlineTextImageStyle& |
Styling/SlateTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FInlineTextImageStyle() |
Styling/SlateTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | Styling/SlateTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Baseline | int16 | The offset from the bottom of the image height to the baseline. | Styling/SlateTypes.h |
|
| Image | FSlateBrush | Image to use when the slider thumb is in its normal state | Styling/SlateTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInlineTextImageStyle & SetBaseline
(
int16 InBaseline |
Styling/SlateTypes.h | ||
FInlineTextImageStyle & SetImage
(
const FSlateBrush& InImage |
Styling/SlateTypes.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Gets the brush resources associated with this style. | Styling/SlateTypes.h | |
virtual const FName GetTypeName() |
Gets the name of this style.This method must be implemented by inherited structures. | Styling/SlateTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FInlineTextImageStyle & GetDefault() |
Styling/SlateTypes.h |