Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Components.h |
| Include | #include "Components.h" |
Syntax
struct FConstMeshBuildVertexView
Remarks
The information used to build a mesh.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TStridedView< const FColor > | Color | ||
| TStridedView< const FVector3f > | Position | ||
| TStridedView< const FVector3f > | TangentX | ||
| TStridedView< const FVector3f > | TangentY | ||
| TStridedView< const FVector3f > | TangentZ | ||
| TArray< TStridedView< const FVector2f >, TInlineAllocator< 1 > > | UVs |