Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FCanvasLineItem > Draw
- FCanvasItem::Draw()
- 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 InX,
float InY
&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 |