FGroupTopologySelector::Invalidate

Notify the Selector that the mesh has changed.

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

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

Include

#include "Selection/GroupTopologySelector.h"

Source

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

Syntax

void Invalidate
(
    bool bTopologyDeformed,
    bool bTopologyModified
)

Remarks

Notify the Selector that the mesh has changed.

Parameters

Parameter

Description

bTopologyDeformed

if this is true, the mesh vertices have been moved so we need to update bounding boxes/etc

bTopologyModified

if this is true, topology has changed and we need to rebuild spatial data structures from scratch

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