![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Model.h>
Public Member Functions | |
| FVector3f | GetTangentY () const |
Public Attributes | |
| FVector3f | Position |
| FVector3f | TangentX |
| FVector4f | TangentZ |
| FVector2f | TexCoord |
| FVector2f | ShadowTexCoord |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FModelVertex &V) |
|
inline |
|
friend |
Serializer
| Ar | - archive to serialize with |
| V | - vertex to serialize |
| FVector3f FModelVertex::Position |
| FVector2f FModelVertex::ShadowTexCoord |
| FVector3f FModelVertex::TangentX |
| FVector4f FModelVertex::TangentZ |
| FVector2f FModelVertex::TexCoord |