UPreviewMesh::TrackedEditMesh

Apply EditFunc to the internal mesh and update internal data structures as necessary.

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h

Include

#include "PreviewMesh.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/PreviewMesh.cpp

Syntax

TUniquePtr< FMeshChange > TrackedEditMesh
(
    TFunctionRef< void &, FDynamicMeshChangeTracker &)> EditFunc
)

Remarks

Apply EditFunc to the internal mesh and update internal data structures as necessary. EditFunc is required to notify the given FDynamicMeshChangeTracker about all mesh changes

Returns

FMeshChange extracted from FDynamicMeshChangeTracker that represents mesh edit

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