ICurveEditorToolExtension::OnPaint

Choose your operating system:

Windows

macOS

Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/ICurveEditorToolExtension.h

Include

#include "ICurveEditorToolExtension.h"

Syntax

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