SRetainerWidget::OnPaint

[SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) interface

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnPaint()

SCompoundWidget::OnPaint()

SRetainerWidget::OnPaint()

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Slate/SRetainerWidget.h

Include

#include "Slate/SRetainerWidget.h"

Source

/Engine/Source/Runtime/UMG/Private/Slate/SRetainerWidget.cpp

Syntax

virtual int32 OnPaint
(
    const FPaintArgs & Args,
    const FGeometry & AllottedGeometry,
    const FSlateRect & MyCullingRect,
    FSlateWindowElementList & OutDrawElements,
    int32 LayerId,
    const FWidgetStyle & InWidgetStyle,
    bool bParentEnabled
) const

Remarks

SCompoundWidget interface

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