FCanvasTriangleItem::FCanvasTriangleItem

Triangle item

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 FVector2D & InTexCoordPointA,
    const FVector2D & InTexCoordPointB,
    const FVector2D & InTexCoordPointC,
    const FTexture * InTexture
)

Remarks

Triangle item

Parameters

Parameter

Description

InPointA

Point A of triangle

InPointB

Point B of triangle

InPointC

Point C of triangle

InPointA

UV of Point A of triangle

InPointB

UV of Point B of triangle

InPointC

UV of Point C of triangle

InTexture

Texture

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