Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FDynamicMesh3
| Type | Name | Description | |
|---|---|---|---|
| int | AppendVertex
(
const FVertexInfo& VertInfo |
Mesh Construction Append vertex at position and other fields, returns vid | |
| int | AppendVertex
(
const FVector3d& Position |
Append vertex at position, returns vid | |
| int | AppendVertex
(
const FDynamicMesh3& SourceMesh, |
Copy vertex SourceVertexID from existing SourceMesh, returns new vertex id |