FCanvas::AddTileRenderItem

Generates a new [FCanvasTileRendererItem](API\Runtime\Engine\FCanvasTileRendererItem) for the current sortkey and adds it to the sortelement list of items to render

Choose your operating system:

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 AddTileRenderItem
(
    float X,
    float Y,
    float SizeX,
    float SizeY,
    float U,
    float V,
    float SizeU,
    float SizeV,
    const FMaterialRenderProxy * MaterialRenderProxy,
    FHitProxyId HitProxyId,
    bool bFreezeTime,
    FColor InColor
)

Remarks

Generates a new FCanvasTileRendererItem for the current sortkey and adds it to the sortelement list of items to render