Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DynamicMeshBuilder.h |
| Include | #include "DynamicMeshBuilder.h" |
Syntax
struct FDynamicMeshVertex
Remarks
The vertex type used for dynamic meshes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColor | Color | ||
| FVector3f | Position | ||
| FPackedNormal | TangentX | ||
| FPackedNormal | TangentZ | ||
| FVector2f[MAX_STATIC_TEXCOORDS] | TextureCoordinate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDynamicMeshVertex
(
const FVector3f& InPosition |
|||
FDynamicMeshVertex
(
const FVector3f& InPosition, |
|||
FDynamicMeshVertex
(
const FVector3f& InPosition, |
|||
FDynamicMeshVertex
(
const FVector3f& InPosition, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector3f | GetTangentY () |
||
| void | SetTangents
(
const FVector3f& InTangentX, |