FCanvasLineItem::Draw

Draw line at 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,
    float X,
    float Y,
    float Z
)

Remarks

Draw line at the given coordinates.

Parameters

Parameter

Description

InCanvas

Canvas on which to draw

X

X Draw position

Y

Y Draw position

Z

Z Draw 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