Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include | #include "MeshSelectionTool.h" |
Syntax
enum EMeshSelectionToolPrimaryMode
{
Brush,
VolumetricBrush,
AngleFiltered,
Visible,
AllConnected,
AllInGroup,
UMETA =(DisplayName = "By Material (Connected)"),
UMETA =(DisplayName = "By Material (All)"),
ByUVIsland,
AllWithinAngle,
}
Values
| Name | Description |
|---|---|
| Brush | Select all triangles inside the brush area |
| VolumetricBrush | Select all triangles inside the brush volume |
| AngleFiltered | Select all triangles inside brush with normal within angular tolerance of hit triangle |
| Visible | Select all triangles inside brush that are visible from current view |
| AllConnected | Select all triangles connected to any triangle inside the brush |
| AllInGroup | Select all triangles in groups connected to any triangle inside the brush |
| UMETA | Select the connected group of triangles with same material as hit triangle |
| UMETA | Select all triangles with same material as hit triangle |
| ByUVIsland | Select all triangles in same UV island as hit triangle |
| AllWithinAngle | Select all triangles with normal within angular tolerance of hit triangle |