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

#include <Components.h>

Public Attributes

FVector3f Position
 
FVector3f TangentX
 
FVector3f TangentY
 
FVector3f TangentZ
 
FVector2f UVs [MAX_STATIC_TEXCOORDS]
 
FColor Color
 

Detailed Description

The information used to build a static-mesh vertex.

Member Data Documentation

◆ Color

FColor FStaticMeshBuildVertex::Color

◆ Position

FVector3f FStaticMeshBuildVertex::Position

◆ TangentX

FVector3f FStaticMeshBuildVertex::TangentX

◆ TangentY

FVector3f FStaticMeshBuildVertex::TangentY

◆ TangentZ

FVector3f FStaticMeshBuildVertex::TangentZ

◆ UVs

FVector2f FStaticMeshBuildVertex::UVs[MAX_STATIC_TEXCOORDS]

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