UPreviewMesh::NotifyDeferredEditCompleted

Notify that a DeferredEditMesh sequence is complete and cause update of rendering data structures.

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

void NotifyDeferredEditCompleted
(
    ERenderUpdateMode UpdateMode,
    bool bRebuildSpatial
)

Remarks

Notify that a DeferredEditMesh sequence is complete and cause update of rendering data structures.

Parameters

Parameter

Description

UpdateMode

type of rendering update required for the applied mesh edits

bRebuildSpatial

if true, and internal spatial data structure is enabled, rebuild it for updated mesh

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