Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UMeshTopologySelectionMechanic
Warnings * does not check that the selection is valid!
Description
Replace the current selection with an external selection.
does not check that the selection is valid!
| Name | SetSelection |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/MeshTopologySelectionMechanic.h |
| Include Path | #include "Selection/MeshTopologySelectionMechanic.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/MeshTopologySelectionMechanic.cpp |
void SetSelection
(
const FGroupTopologySelection & Selection,
bool bBroadcast
)
Parameters
| Name | Remarks |
|---|---|
| bBroadcast | If true, issues an OnSelectionChanged delegate broadcast. |