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 |
void CreateOrUpdateAllSets
(
const FGeometrySelectionElements & Elements,
const FMeshElementSelectionParams SelectionParams
) const
Remarks
Calls the CreateOrUpdate function for Triangle, Line, and Point sets to build sets for PreviewGeometry
Parameters
| Name | Description |
|---|---|
| SelectionParams | struct containing information (color, depth bias, line thickness, identifier) for the type of selection we are currently building a set for (as Selected, Selectable, HoverSelected, HoverUnselected all have different visual information needed to contruct their sets) |