Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDynamicMeshBuilder
Description
Adds many vertices to the mesh.
Adds many vertices to the mesh. Returns start index of verts in the overall array.
| Name | AddVertices |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/DynamicMeshBuilder.h |
| Include Path | #include "DynamicMeshBuilder.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DynamicMeshBuilder.cpp |
int32 AddVertices
(
const TArray < FDynamicMeshVertex > & InVertices
)