UPolygonSelectionMechanic::NotifyMeshChanged

Notify internal data structures that the associated MeshComponent has been modified.

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/Selection/PolygonSelectionMechanic.h

Include

#include "Selection/PolygonSelectionMechanic.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/Selection/PolygonSelectionMechanic.cpp

Syntax

void NotifyMeshChanged
(
    bool bTopologyModified
)

Remarks

Notify internal data structures that the associated MeshComponent has been modified.

Parameters

Parameter

Description

bTopologyModified

if true, the underlying mesh topology has been changed. This clears the current selection.

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