UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TStaticMeshVertexUVsDatum< UVTypeT > Struct Template Reference

#include <StaticMeshVertexBuffer.h>

Public Member Functions

FVector2f GetUV () const
 
void SetUV (FVector2f UV)
 

Public Attributes

UVTypeT UVs
 

Friends

FArchiveoperator<< (FArchive &Ar, TStaticMeshVertexUVsDatum &Vertex)
 

Member Function Documentation

◆ GetUV()

template<typename UVTypeT >
FVector2f TStaticMeshVertexUVsDatum< UVTypeT >::GetUV ( ) const
inline

◆ SetUV()

template<typename UVTypeT >
void TStaticMeshVertexUVsDatum< UVTypeT >::SetUV ( FVector2f  UV)
inline

Friends And Related Symbol Documentation

◆ operator<<

template<typename UVTypeT >
FArchive & operator<< ( FArchive Ar,
TStaticMeshVertexUVsDatum< UVTypeT > &  Vertex 
)
friend

Serializer

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

Member Data Documentation

◆ UVs


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