SDebugCanvas::OnPaint

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

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnPaint()

SLeafWidget::OnPaint()

SDebugCanvas::OnPaint()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Slate/DebugCanvas.h

Include

#include "Slate/DebugCanvas.h"

Source

/Engine/Source/Runtime/Engine/Private/Slate/DebugCanvas.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

SWidget 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