![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FInlineTextImageStyle:Public Member Functions | |
| SLATECORE_API | FInlineTextImageStyle () |
| SLATECORE_API | FInlineTextImageStyle (const FInlineTextImageStyle &) |
| virtual SLATECORE_API | ~FInlineTextImageStyle () |
| virtual SLATECORE_API void | GetResources (TArray< const FSlateBrush * > &OutBrushes) const override |
| virtual const FName | GetTypeName () const override |
| FInlineTextImageStyle & | SetImage (const FSlateBrush &InImage) |
| FInlineTextImageStyle & | SetBaseline (int16 InBaseline) |
Public Member Functions inherited from FSlateWidgetStyle | |
| SLATECORE_API | FSlateWidgetStyle () |
| virtual SLATECORE_API | ~FSlateWidgetStyle () |
Static Public Member Functions | |
| static SLATECORE_API const FInlineTextImageStyle & | GetDefault () |
Public Attributes | |
| FSlateBrush | Image |
| int16 | Baseline |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an inline image used by rich text
| FInlineTextImageStyle::FInlineTextImageStyle | ( | ) |
|
default |
|
virtualdefault |
|
static |
|
overridevirtual |
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
| OutBrushes | The brush resources. |
Reimplemented from FSlateWidgetStyle.
Gets the name of this style.
This method must be implemented by inherited structures.
Reimplemented from FSlateWidgetStyle.
|
inline |
|
inline |
| int16 FInlineTextImageStyle::Baseline |
The offset from the bottom of the image height to the baseline.
| FSlateBrush FInlineTextImageStyle::Image |
Image to use when the slider thumb is in its normal state
|
static |