Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Components.h |
| Include | #include "Components.h" |
Syntax
struct FStaticMeshBuildVertex
Remarks
The information used to build a static-mesh vertex.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColor | Color | ||
| FVector3f | Position | ||
| FVector3f | TangentX | ||
| FVector3f | TangentY | ||
| FVector3f | TangentZ | ||
| FVector2f[MAX_STATIC_TEXCOORDS] | UVs |