FGroupTopology::RetargetOnClonedMesh

Keeps the structures of topology in place but points the mesh pointers to a new cloned mesh.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "GroupTopology.h"

Source

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

Syntax

void RetargetOnClonedMesh
(
    const FDynamicMesh3 * Mesh
)

Remarks

Keeps the structures of topology in place but points the mesh pointers to a new cloned mesh. If the given mesh is not cloned, the topology will no longer be consistent.

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