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

#include <StaticMeshComponent.h>

Public Member Functions

 FPaintedVertex ()
 

Public Attributes

FVector Position
 
FColor Color
 
FVector4 Normal
 

Friends

FArchiveoperator<< (FArchive &Ar, FPaintedVertex &PaintedVertex)
 

Detailed Description

Cached vertex information at the time the mesh was painted.

Constructor & Destructor Documentation

◆ FPaintedVertex()

FPaintedVertex::FPaintedVertex ( )
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FPaintedVertex PaintedVertex 
)
friend

Member Data Documentation

◆ Color

FColor FPaintedVertex::Color

◆ Normal

FVector4 FPaintedVertex::Normal

◆ Position

FVector FPaintedVertex::Position

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