UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Private::FPrivateVertexInfo Class Reference

Public Member Functions

void Validate ()
 
bool Equals (const FPrivateVertexInfo &Other) const
 

Public Attributes

FVector3f Position
 
FVector3f Normal
 
FVector3f Tangents [2]
 
FLinearColor Color
 
FVector2f TexCoords [MAX_MESH_TEXTURE_COORDS_MD]
 

Member Function Documentation

◆ Equals()

bool UE::Private::FPrivateVertexInfo::Equals ( const FPrivateVertexInfo Other) const
inline

◆ Validate()

void UE::Private::FPrivateVertexInfo::Validate ( )
inline

Member Data Documentation

◆ Color

FLinearColor UE::Private::FPrivateVertexInfo::Color

◆ Normal

FVector3f UE::Private::FPrivateVertexInfo::Normal

◆ Position

FVector3f UE::Private::FPrivateVertexInfo::Position

◆ Tangents

FVector3f UE::Private::FPrivateVertexInfo::Tangents[2]

◆ TexCoords

FVector2f UE::Private::FPrivateVertexInfo::TexCoords[MAX_MESH_TEXTURE_COORDS_MD]

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