FCursorLineHighlighter::OnPaint

Windows
MacOS
Linux

Override Hierarchy

ISlateLineHighlighter::OnPaint()

FCursorLineHighlighter::OnPaint()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextTypes.h

Include

#include "Widgets/Text/SlateEditableTextTypes.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateEditableTextTypes.cpp

Syntax

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

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