FCanvasUVTri

Simple 2d triangle with UVs

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

struct FCanvasUVTri

Remarks

Simple 2d triangle with UVs

Variables

Name Description

Public variable

FLinearColor

 

V0_Color

Color of first vertex

Public variable

FVector2D

 

V0_Pos

Position of first vertex

Public variable

FVector2D

 

V0_UV

UV of first vertex

Public variable

FLinearColor

 

V1_Color

Color of second vertex

Public variable

FVector2D

 

V1_Pos

Position of second vertex

Public variable

FVector2D

 

V1_UV

UV of second vertex

Public variable

FLinearColor

 

V2_Color

Color of third vertex

Public variable

FVector2D

 

V2_Pos

Position of third vertex

Public variable

FVector2D

 

V2_UV

UV of third vertex

Constructors

Name Description

Public function

FCanvasUVTri()