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

#include <Model.h>

Public Member Functions

FVector3f GetTangentY () const
 

Public Attributes

FVector3f Position
 
FVector3f TangentX
 
FVector4f TangentZ
 
FVector2f TexCoord
 
FVector2f ShadowTexCoord
 

Friends

FArchiveoperator<< (FArchive &Ar, FModelVertex &V)
 

Member Function Documentation

◆ GetTangentY()

FVector3f FModelVertex::GetTangentY ( ) const
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FModelVertex V 
)
friend

Serializer

Parameters
Ar- archive to serialize with
V- vertex to serialize
Returns
archive that was used

Member Data Documentation

◆ Position

FVector3f FModelVertex::Position

◆ ShadowTexCoord

FVector2f FModelVertex::ShadowTexCoord

◆ TangentX

FVector3f FModelVertex::TangentX

◆ TangentZ

FVector4f FModelVertex::TangentZ

◆ TexCoord

FVector2f FModelVertex::TexCoord

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