Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly > API/Plugins/MeshModelingToolsEditorOnly/UToolMeshSelectorSelectionMechan-
Description
Provide a polygroup topology for the shift+double-click edge-loop gesture. Pointer is borrowed; the caller (UToolMeshSelector) owns the lifetime. Pass nullptr to disable.
| Name | SetPolygroupTopology |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/ToolMeshSelector.h |
| Include Path | #include "ToolMeshSelector.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Private/ToolMeshSelector.cpp |
void SetPolygroupTopology
(
const UE::Geometry::FGroupTopology * InPolygroupTopology
)