FCanvas::AddTriangleRenderItem

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

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 AddTriangleRenderItem
(
    const FCanvasUVTri & Tri,
    const FMaterialRenderProxy * MaterialRenderProxy,
    FHitProxyId HitProxyId,
    bool bFreezeTime
)

Remarks

Generates a new FCanvasTriangleRendererItem for the current sortkey and adds it to the sortelement list of items 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