Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
Include |
#include "Engine/EngineTypes.h" |
struct FCanvasUVTri
Simple 2d triangle with UVs
Name | Description | ||
---|---|---|---|
|
V0_Color |
Color of first vertex |
|
|
V0_Pos |
Position of first vertex |
|
|
V0_UV |
UV of first vertex |
|
|
V1_Color |
Color of second vertex |
|
|
V1_Pos |
Position of second vertex |
|
|
V1_UV |
UV of second vertex |
|
|
V2_Color |
Color of third vertex |
|
|
V2_Pos |
Position of third vertex |
|
|
V2_UV |
UV of third vertex |
Name | Description | |
---|---|---|
|
FCanvasUVTri() |