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

#include <GeomTools.h>

Public Attributes

FVector3f Pos
 
FVector3f TangentX
 
FVector3f TangentY
 
FVector3f TangentZ
 
FVector2D UVs [8]
 
FColor Color
 

Detailed Description

Temp vertex struct for one vert of a static mesh triangle.

Member Data Documentation

◆ Color

FColor FClipSMVertex::Color

◆ Pos

FVector3f FClipSMVertex::Pos

◆ TangentX

FVector3f FClipSMVertex::TangentX

◆ TangentY

FVector3f FClipSMVertex::TangentY

◆ TangentZ

FVector3f FClipSMVertex::TangentZ

◆ UVs

FVector2D FClipSMVertex::UVs[8]

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