Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UCanvas > DrawItem
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h |
Include | #include "Engine/Canvas.h" |
Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
void DrawItem
(
FCanvasItem & Item,
const FVector2D & InPosition
)
Remarks
Draw a CanvasItem at the given coordinates
Parameters
Name | Description |
---|---|
Item | Item to draw |
InPosition | Position to draw item |