FCanvasLineItem::Draw

Draw line using the given coordinates.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "CanvasItem.h"

Syntax

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

Remarks

Draw line using the given coordinates.

Parameters

Parameter

Description

InCanvas

Canvas on which to draw

InStartPos

Line start position

InEndPos

Line end 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