FCanvasItem::Draw

Draw this item (this will affect the items position for future draw calls that do no specify a position)

Windows
MacOS
Linux

Override Hierarchy

FCanvasItem::Draw()

FCanvasLineItem::Draw()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasItem.h

Include

#include "CanvasItem.h"

Syntax

virtual void Draw
(
    FCanvas * InCanvas,
    const FVector2D & InPosition
)

Remarks

Draw this item (this will affect the items position for future draw calls that do no specify a position)

Parameters

Parameter

Description

InCanvas

Canvas on which to draw

InPosition

Draw position - this will not preserve the items position

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