Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/ISlateLineHighlighter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 OnPaint
(
const FPaintArgs& Args, |
Framework/Text/ISlateLineHighlighter.h | ||
int32 OnPaint
(
const FPaintArgs& Args, |
Framework/Text/ISlateLineHighlighter.h |
OnPaint(const FPaintArgs &, const FTextLayout::FLineView &, const float, const float, const FTextBlockStyle &, const FGeometry &, const FSlateRect &, FSlateWindowElementList &, int32, const FWidgetStyle &, bool)
| Name | OnPaint |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateLineHighlighter.h |
| Include Path | #include "Framework/Text/ISlateLineHighlighter.h" |
virtual int32 OnPaint
(
const FPaintArgs & Args,
const FTextLayout::FLineView & Line,
const float OffsetX,
const float Width,
const FTextBlockStyle & DefaultStyle,
const FGeometry & AllottedGeometry,
const FSlateRect & MyCullingRect,
FSlateWindowElementList & OutDrawElements,
int32 LayerId,
const FWidgetStyle & InWidgetStyle,
bool bParentEnabled
) const
OnPaint(const FPaintArgs &, const FTextLayout::FLineView &, const FVector2D, const float, const FTextBlockStyle &, const FGeometry &, const FSlateRect &, FSlateWindowElementList &, int32, const FWidgetStyle &, bool)
| Name | OnPaint |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/ISlateLineHighlighter.h |
| Include Path | #include "Framework/Text/ISlateLineHighlighter.h" |
int32 OnPaint
(
const FPaintArgs & Args,
const FTextLayout::FLineView & Line,
const FVector2D Offset,
const float Width,
const FTextBlockStyle & DefaultStyle,
const FGeometry & AllottedGeometry,
const FSlateRect & MyCullingRect,
FSlateWindowElementList & OutDrawElements,
int32 LayerId,
const FWidgetStyle & InWidgetStyle,
bool bParentEnabled
) const