{
return OnPaint(Args,
Line,
FVector2D(
OffsetX, 0),
Width,
DefaultStyle,
AllottedGeometry,
MyCullingRect,
OutDrawElements,
LayerId,
InWidgetStyle, bParentEnabled)
UE::Math::TVector2< double > FVector2D
Definition MathFwd.h:48
const FTextLayout::FLineView const float const float const FTextBlockStyle const FGeometry const FSlateRect FSlateWindowElementList int32 const FWidgetStyle & InWidgetStyle
Definition ISlateLineHighlighter.h:21
const FTextLayout::FLineView const float const float const FTextBlockStyle const FGeometry const FSlateRect FSlateWindowElementList & OutDrawElements
Definition ISlateLineHighlighter.h:21
const FTextLayout::FLineView const float const float const FTextBlockStyle const FGeometry const FSlateRect FSlateWindowElementList int32 LayerId
Definition ISlateLineHighlighter.h:21
const FTextLayout::FLineView const float const float const FTextBlockStyle const FGeometry & AllottedGeometry
Definition ISlateLineHighlighter.h:21
const FTextLayout::FLineView const float const float const FTextBlockStyle const FGeometry const FSlateRect & MyCullingRect
Definition ISlateLineHighlighter.h:21
const FTextLayout::FLineView const float const float Width
Definition ISlateLineHighlighter.h:21
const FTextLayout::FLineView const float const float const FTextBlockStyle & DefaultStyle
Definition ISlateLineHighlighter.h:21
virtual 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 =0
const FTextLayout::FLineView const float OffsetX
Definition ISlateLineHighlighter.h:21
const FTextLayout::FLineView & Line
Definition ISlateLineHighlighter.h:21