FSlateTextUnderlineLineHighlighter

Run highlighter used to draw underlines

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Text/SlateTextUnderlineLineHighlighter.h

Include

#include "Framework/Text/SlateTextUnderlineLineHighlighter.h"

Syntax

class FSlateTextUnderlineLineHighlighter : public ISlateTextLineHighlighter

Remarks

Run highlighter used to draw underlines

Constructors

Name Description

Protected function

FSlateTextUnderlineLineHighlighter

(
    const FSlateBrush& InUnderlineBrus...,
    const FSlateFontInfo& InFontInfo,
    const FSlateColor InColorAndOpacity,
    const FVector2D InShadowOffset,
    const FLinearColor InShadowColorAnd...
)

Functions

Name Description

Public function Static

TSharedRef< ...

 

Create

(
    const FSlateBrush& InUnderlineBrus...,
    const FSlateFontInfo& InFontInfo,
    const FSlateColor InColorAndOpacity,
    const FVector2D InShadowOffset,
    const FLinearColor InShadowColorAnd...
)

Overridden from ISlateTextLineHighlighter

Name Description

Protected function Virtual Const

void

 

GetLineMetrics

(
    const float InFontScale,
    int16& OutLinePos,
    int16& OutLineThickness
)

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