UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSlateMeshVertex Struct Reference

#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
 

Constructor & Destructor Documentation

◆ FSlateMeshVertex() [1/2]

FSlateMeshVertex::FSlateMeshVertex ( )
inline

◆ FSlateMeshVertex() [2/2]

FSlateMeshVertex::FSlateMeshVertex ( FVector2f  InPos,
FColor  InColor,
FVector2f  InUV0,
FVector2f  InUV1,
FVector2f  InUV2,
FVector2f  InUV3,
FVector2f  InUV4,
FVector2f  InUV5 
)
inline

Member Data Documentation

◆ Color

FColor FSlateMeshVertex::Color

◆ MaxNumUVs

const int32 FSlateMeshVertex::MaxNumUVs = 6
static

◆ Position

FVector2f FSlateMeshVertex::Position

◆ UV0

FVector2f FSlateMeshVertex::UV0

◆ UV1

FVector2f FSlateMeshVertex::UV1

◆ UV2

FVector2f FSlateMeshVertex::UV2

◆ UV3

FVector2f FSlateMeshVertex::UV3

◆ UV4

FVector2f FSlateMeshVertex::UV4

◆ UV5

FVector2f FSlateMeshVertex::UV5

The documentation for this struct was generated from the following file: