Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvasLineItem > API/Runtime/Engine/FCanvasLineItem/Draw
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
Include | #include "CanvasItem.h" |
virtual void Draw
(
FCanvas * InCanvas,
float X,
float Y,
float Z
)
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 |