FDynamicMeshChangeTracker::SaveVertex

Currently [EndChange()](API\Plugins\DynamicMesh\FDynamicMeshChangeTracker\EndChange) only stores vertices that are part of modified triangles.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "DynamicMeshChangeTracker.h"

Source

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

Syntax

void SaveVertex
(
    int32 VertexID
)

Remarks

Currently EndChange() only stores vertices that are part of modified triangles. So calling SaveVertex() independently, on triangles that are not saved, will be lost. (This needs to be fixed)Save necessary information about a vertex before it is modified

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