FSlateMeshVertex

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Slate/SlateVectorArtData.h

Include

#include "Slate/SlateVectorArtData.h"

Syntax

struct FSlateMeshVertex

Variables

Name Description

Public variable

FColor

 

Color

Public variable

FVector2D

 

Position

Public variable

FVector2D

 

UV0

Public variable

FVector2D

 

UV1

Public variable

FVector2D

 

UV2

Public variable

FVector2D

 

UV3

Public variable

FVector2D

 

UV4

Public variable

FVector2D

 

UV5

Constructors

Name Description

Public function

FSlateMeshVertex()

Public function

FSlateMeshVertex

(
    FVector2D InPos,
    FColor InColor,
    FVector2D InUV0,
    FVector2D InUV1,
    FVector2D InUV2,
    FVector2D InUV3,
    FVector2D InUV4,
    FVector2D InUV5
)

Constants

Name

Description

MaxNumUVs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss