FCanvasTileItem::FCanvasTileItem

Tile item with texture using given size.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasItem.h

Include

#include "CanvasItem.h"

Source

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

Syntax

FCanvasTileItem
(
    const FVector2D & InPosition,
    const FTexture * InTexture,
    const FVector2D & InSize,
    const FLinearColor & InColor
)

Remarks

Tile item with texture using given size.

Parameters

Parameter

Description

InPosition

Draw position

InTexture

The texture

InSize

The size to render

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