Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IPersistentDynamicMeshSource
Description
Commit a change to the UDynamicMesh. The assumption here is that the Change has already been applied to the UDynamicMesh returned by GetDynamicMeshContainer(). This function is used by Tools to provide that change to higher levels for storage in undo systems/etc (eg the Editor Transaction system)
| Name | CommitDynamicMeshChange |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/TargetInterfaces/DynamicMeshSource.h |
| Include Path | #include "TargetInterfaces/DynamicMeshSource.h" |
void CommitDynamicMeshChange
(
TUniquePtr < FToolCommandChange > Change,
const FText & ChangeMessage
)