Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvasTriangleItem > API/Runtime/Engine/FCanvasTriangleItem/__ctor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include | #include "CanvasItem.h" |
FCanvasTriangleItem
&40;
const FVector2D & InPointA,
const FVector2D & InPointB,
const FVector2D & InPointC,
const FVector2D & InTexCoordPointA,
const FVector2D & InTexCoordPointB,
const FVector2D & InTexCoordPointC,
const FTexture &42; InTexture
&41;
Remarks
Triangle item
Parameters
| Name | 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 |