FCanvasTriangleItem::FCanvasTriangleItem

Triangle item (no texture)

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "CanvasItem.h"

Syntax

FCanvasTriangleItem
(
    const FVector2D & InPointA,
    const FVector2D & InPointB,
    const FVector2D & InPointC,
    const FTexture * InTexture
)

Remarks

Triangle item (no texture)

Parameters

Parameter

Description

InPointA

Point A of triangle

InPointB

Point B of triangle

InPointC

Point C of triangle

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