![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTextUnderlineLineHighlighter.h>
Inheritance diagram for FSlateTextStrikeLineHighlighter:Static Public Member Functions | |
| static SLATE_API TSharedRef< FSlateTextStrikeLineHighlighter > | Create (const FSlateBrush &InUnderlineBrush, const FSlateFontInfo &InFontInfo, const FSlateColor InColorAndOpacity, const UE::Slate::FDeprecateVector2DParameter InShadowOffset, const FLinearColor InShadowColorAndOpacity) |
Protected Member Functions | |
| SLATE_API | FSlateTextStrikeLineHighlighter (const FSlateBrush &InStrikeBrush, const FSlateFontInfo &InFontInfo, const FSlateColor InColorAndOpacity, const UE::Slate::FDeprecateVector2DParameter InShadowOffset, const FLinearColor InShadowColorAndOpacity) |
| virtual SLATE_API void | GetLineMetrics (const float InFontScale, int16 &OutLinePos, int16 &OutLineThickness) const override |
Protected Member Functions inherited from ISlateTextLineHighlighter | |
| SLATE_API | ISlateTextLineHighlighter (const FSlateBrush &InLineBrush, const FSlateFontInfo &InFontInfo, const FSlateColor InColorAndOpacity, const UE::Slate::FDeprecateVector2DParameter InShadowOffset, const FLinearColor InShadowColorAndOpacity) |
Run highlighter used to draw strikes
|
protected |
|
static |
|
overrideprotectedvirtual |
Implements ISlateTextLineHighlighter.