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

#include <Components.h>

Public Attributes

TStridedView< FVector3fPosition
 
TStridedView< FVector3fTangentX
 
TStridedView< FVector3fTangentY
 
TStridedView< FVector3fTangentZ
 
TArray< TStridedView< uint16 > > BoneIndices
 
TArray< TStridedView< uint16 > > BoneWeights
 
TArray< TStridedView< FVector2f >, TInlineAllocator< 1 > > UVs
 
TStridedView< FColorColor
 

Member Data Documentation

◆ BoneIndices

TArray<TStridedView<uint16> > FMeshBuildVertexView::BoneIndices

◆ BoneWeights

TArray<TStridedView<uint16> > FMeshBuildVertexView::BoneWeights

◆ Color

TStridedView<FColor> FMeshBuildVertexView::Color

◆ Position

TStridedView<FVector3f> FMeshBuildVertexView::Position

◆ TangentX

TStridedView<FVector3f> FMeshBuildVertexView::TangentX

◆ TangentY

TStridedView<FVector3f> FMeshBuildVertexView::TangentY

◆ TangentZ

TStridedView<FVector3f> FMeshBuildVertexView::TangentZ

◆ UVs

TArray<TStridedView<FVector2f>, TInlineAllocator<1> > FMeshBuildVertexView::UVs

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