Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FMeshTopologySelector
Description
Render the given selection with the default settings of the FToolDataVisualizer. Selected edges are drawn as lines, and selected corners are drawn as points or small, view-facing circles, based on the CornerDrawStyle parameter. (Currently selected faces are not drawn)
Derived Overrides
- FBoundaryEdgeSpanSelector::DrawSelection
- FBoundarySelector::DrawSelection
- FGroupTopologySelector::DrawSelection
| Name | DrawSelection |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/MeshTopologySelector.h |
| Include Path | #include "Selection/MeshTopologySelector.h" |
void DrawSelection
(
const FGroupTopologySelection & Selection,
FToolDataVisualizer * Renderer,
const FViewCameraState * CameraState,
ECornerDrawStyle CornerDrawStyle
)