Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
Include |
#include "CanvasTypes.h" |
Source |
/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
void DrawItem
(
FCanvasItem & Item,
float X,
float Y
)
Draw a CanvasItem at the given coordinates
Parameter |
Description |
---|---|
Item |
Item to draw |
X |
X Position to draw item |
Y |
Y Position to draw item |