FSlateTextBlockLayout::OnPaint

Paint this layout, updating the internal cache as required

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Text/SlateTextBlockLayout.h"

Source

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

Syntax

int32 OnPaint
(
    const FPaintArgs & InPaintArgs,
    const FGeometry & InAllottedGeometry,
    const FSlateRect & InClippingRect,
    FSlateWindowElementList & OutDrawElements,
    int32 LayerId,
    const FWidgetStyle & InWidgetStyle,
    bool bParentEnabled
)

Remarks

Paint this layout, updating the internal cache as required

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