FInlineTextImageStyle

Represents the appearance of an inline image used by rich text

Windows
MacOS
Linux

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

Name Description

Public variable

int16

 

Baseline

The offset from the bottom of the image height to the baseline.

Public variable

FSlateBrush

 

Image

Image to use when the slider thumb is in its normal state

Constructors

Name Description

Public function

FInlineTextImageStyle()

Destructors

Name Description

Public function Virtual

~FInlineTextImageStyle()

Functions

Name Description

Public function Static

const FInlin...

 

GetDefault()

Public function

FInlineTextI...

 

SetBaseline

(
    int16 InBaseline
)

Public function

FInlineTextI...

 

SetImage

(
    const FSlateBrush& InImage
)

Overridden from FSlateWidgetStyle

Name Description

Public function Virtual Const

void

 

GetResources

(
    TArray< const FSlateBrush* >&...
)

Gets the brush resources associated with this style.

Public function Virtual Const

const FName

 

GetTypeName()

Gets the name of this style.

This method must be implemented by inherited structures.

Constants

Name

Description

TypeName

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss