Navigation
API > API/Plugins > API/Plugins/ModelingComponents
FGroupTopologySelector is a MeshTopologySelector subclass using an FGroupTopology to define groups, edges, and vertices
| Name | FGroupTopologySelector |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GroupTopologySelector.h |
| Include Path | #include "Selection/GroupTopologySelector.h" |
Syntax
class FGroupTopologySelector : public FMeshTopologySelector
Inheritance Hierarchy
- FMeshTopologySelector → FGroupTopologySelector
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Selection/GroupTopologySelector.h | |||
FGroupTopologySelector
(
const FDynamicMesh3* Mesh, |
Create the selector with the given Mesh and Topology. | Selection/GroupTopologySelector.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GroupTopologyUtils | FGroupTopologyUtils | Selection/GroupTopologySelector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ExpandSelectionByBoundaryLoops
(
FGroupTopologySelection& Selection |
Using the edges in the given selection as starting points, add any "boundary loops" containing the edges. | Selection/GroupTopologySelector.h | |
bool ExpandSelectionByEdgeLoops
(
FGroupTopologySelection& Selection |
Using the edges in the given selection as starting points, add any "edge loops" containing the edges. | Selection/GroupTopologySelector.h | |
bool ExpandSelectionByEdgeRings
(
FGroupTopologySelection& Selection |
Using the edges in the given selection as starting points, add any "edge rings" containing the edges. | Selection/GroupTopologySelector.h | |
void Initialize
(
const FDynamicMesh3* Mesh, |
Initialize the selector with the given Mesh and Topology. | Selection/GroupTopologySelector.h |
Overridden from FMeshTopologySelector
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DrawSelection
(
const FGroupTopologySelection& Selection, |
Render the given selection with the default settings of the FToolDataVisualizer. | Selection/GroupTopologySelector.h |