FCanvas::DrawItem

Draw a CanvasItem at the given coordinates

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasTypes.h

Include

#include "CanvasTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp

Syntax

void DrawItem
(
    FCanvasItem & Item,
    float X,
    float Y
)

Remarks

Draw a CanvasItem at the given coordinates

Parameters

Parameter

Description

Item

Item to draw

X

X Position to draw item

Y

Y Position to draw item

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss