UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVert Class Reference

#include <Model.h>

Public Attributes

int32 pVertex
 
int32 iSide
 
FVector2f ShadowTexCoord
 
FVector2f BackfaceShadowTexCoord
 

Friends

FArchiveoperator<< (FArchive &Ar, FVert &Vert)
 

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FVert Vert 
)
friend

Member Data Documentation

◆ BackfaceShadowTexCoord

FVector2f FVert::BackfaceShadowTexCoord

The vertex's shadow map coordinate for the backface of the node.

◆ iSide

int32 FVert::iSide

◆ pVertex

int32 FVert::pVertex

◆ ShadowTexCoord

FVector2f FVert::ShadowTexCoord

The vertex's shadow map coordinate.


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