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 UpdateSelectionViaConvex
(
const FConvexVolume & ConvexVolume,
const FGeometrySelectionUpdateConfig & UpdateConfig,
FGeometrySelectionUpdateResult & ResultOut
)
Remarks
Use the given ConvexVolume to update the active element selection based on UpdateConfig.
Parameters
| Name | Description |
|---|---|
| ResultOut | information on any element selection modifications is returned here |