Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FCanvasLineItem > Draw
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
Include | #include "CanvasItem.h" |
virtual void Draw
&40;
FCanvas &42; InCanvas,
float X,
float Y,
float Z
&41;
Remarks
Draw line at the given coordinates.
Parameters
Name | Description |
---|---|
InCanvas | Canvas on which to draw |
X | X Draw position |
Y | Y Draw position |
Z | Z Draw position |