Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FRemesher
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Remesher.h |
| Include | #include "Remesher.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Remesher.cpp |
void MoveVerticesParallel
&40;
TFunction< FVector3d(int, bool &)> NewVertexPosition
&41;
Remarks
Move all vertices in parallel. Update the timestamps. The NewVertexPosition function accepts a vertex index and returns a new vertex position, as well as setting the bool out-param to indicate that the vertex has moved.