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

#include <Components.h>

Public Attributes

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

Detailed Description

The information used to build a mesh.

Member Data Documentation

◆ BoneIndices

TArray<TStridedView<const uint16> > FConstMeshBuildVertexView::BoneIndices

◆ BoneWeights

TArray<TStridedView<const uint16> > FConstMeshBuildVertexView::BoneWeights

◆ Color

TStridedView<const FColor> FConstMeshBuildVertexView::Color

◆ Position

TStridedView<const FVector3f> FConstMeshBuildVertexView::Position

◆ TangentX

TStridedView<const FVector3f> FConstMeshBuildVertexView::TangentX

◆ TangentY

TStridedView<const FVector3f> FConstMeshBuildVertexView::TangentY

◆ TangentZ

TStridedView<const FVector3f> FConstMeshBuildVertexView::TangentZ

◆ UVs

TArray<TStridedView<const FVector2f>, TInlineAllocator<1> > FConstMeshBuildVertexView::UVs

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