Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UPreviewMesh > API/Plugins/ModelingComponents/UPreviewMesh/NotifyRegionDeferredEditComplete-
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h |
| Include | #include "PreviewMesh.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/PreviewMesh.cpp |
void NotifyRegionDeferredEditCompleted
&40;
const TSet< int32 > & Triangles,
EMeshRenderAttributeFlags ModifiedAttribs
&41;
Remarks
Notify that a deferred edit is completed and cause update of rendering data structures for modified Triangles. This can reduce the cost of mesh updates, but only if SetEnableRenderMeshDecomposition(true) has been called
Parameters
| Name | Description |
|---|---|
| ModifiedAttribs | which mesh attributes have been modified and need to be updated |