Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FMeshBuildVertexView |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Components.h |
| Include Path | #include "Components.h" |
Syntax
struct FMeshBuildVertexView
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoneIndices | TArray< TStridedView< uint16 > > | Components.h | ||
| BoneWeights | TArray< TStridedView< uint16 > > | Components.h | ||
| Color | TStridedView< FColor > | Components.h | ||
| Position | TStridedView< FVector3f > | Components.h | ||
| TangentX | TStridedView< FVector3f > | Components.h | ||
| TangentY | TStridedView< FVector3f > | Components.h | ||
| TangentZ | TStridedView< FVector3f > | Components.h | ||
| UVs | TArray< TStridedView< FVector2f >, TInlineAllocator< 1 > > | Components.h |