FQueueRemesher::TrackedMoveVerticesParallel

Move all vertices in parallel.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/QueueRemesher.h

Include

#include "QueueRemesher.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/QueueRemesher.cpp

Syntax

void TrackedMoveVerticesParallel
(
    TFunction< FVector3d &)> NewVertexPosition
)

Remarks

Move all vertices in parallel. Update the timestamps. Add edges whose endpoints change to ModifiedEdges. 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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss