FRemesher::MoveVerticesParallel

Move all vertices in parallel.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Remesher.h"

Source

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

Syntax

void MoveVerticesParallel
(
    TFunction< FVector3d &)> NewVertexPosition
)

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.

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