FSlateTextStrikeLineHighlighter

Run highlighter used to draw strikes

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 FSlateTextStrikeLineHighlighter : public ISlateTextLineHighlighter

Remarks

Run highlighter used to draw strikes

Constructors

Name Description

Protected function

FSlateTextStrikeLineHighlighter

(
    const FSlateBrush& InStrikeBrush,
    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