Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/UGeometrySelectionManager
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelectionManager.h |
| Include | #include "Selection/GeometrySelectionManager.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/GeometrySelectionManager.cpp |
virtual void ClearSelection
(
bool bSaveSelectionBeforeClear
)
Remarks
Selection Updates Clear any active element selections. This function will emit a Transaction for the selection change.
Parameters
| Name | Description |
|---|---|
| bSaveSelectionBeforeClear | if true, calls SaveCurrentSelection() before the selection is cleared, so it can be restored later. |