Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshBulkEdit
Description
Per-triangle vertex indices, which correspond to the vertices provided by SetVertex. not thread-safe
| Name | SetTriVertexIndices |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshBulkEdit.h |
| Include Path | #include "DynamicMesh/DynamicMeshBulkEdit.h" |
void SetTriVertexIndices
(
const int TriangleID,
const FIndex3i & VertexIndices
)