Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FBoundaryEdgeSpanSelector
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)
Virtual Inheritance
- FMeshTopologySelector::DrawSelection → FBoundaryEdgeSpanSelector::DrawSelection
| Name | DrawSelection |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/BoundaryEdgeSpanSelector.h |
| Include Path | #include "Selection/BoundaryEdgeSpanSelector.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/BoundaryEdgeSpanSelector.cpp |
virtual void DrawSelection
(
const FGroupTopologySelection & Selection,
FToolDataVisualizer * Renderer,
const FViewCameraState * CameraState,
ECornerDrawStyle CornerDrawStyle
)