![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateVectorArtData.h>
Public Member Functions | |
| FSlateMeshVertex () | |
| FSlateMeshVertex (FVector2f InPos, FColor InColor, FVector2f InUV0, FVector2f InUV1, FVector2f InUV2, FVector2f InUV3, FVector2f InUV4, FVector2f InUV5) | |
Public Attributes | |
| FVector2f | Position |
| FColor | Color |
| FVector2f | UV0 |
| FVector2f | UV1 |
| FVector2f | UV2 |
| FVector2f | UV3 |
| FVector2f | UV4 |
| FVector2f | UV5 |
Static Public Attributes | |
| static const int32 | MaxNumUVs = 6 |
|
inline |
|
inline |
| FColor FSlateMeshVertex::Color |
|
static |
| FVector2f FSlateMeshVertex::Position |
| FVector2f FSlateMeshVertex::UV0 |
| FVector2f FSlateMeshVertex::UV1 |
| FVector2f FSlateMeshVertex::UV2 |
| FVector2f FSlateMeshVertex::UV3 |
| FVector2f FSlateMeshVertex::UV4 |
| FVector2f FSlateMeshVertex::UV5 |