Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/ToolActivities
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UGroupEdgeInsertionProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/ToolActivities/PolyEditInsertEdgeActivity.h |
| Include | #include "ToolActivities/PolyEditInsertEdgeActivity.h" |
Syntax
UCLASS&40;&41;
class UGroupEdgeInsertionProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bContinuousInsertion | If true, edge insertions are chained together so that each end point becomes the new start point | |
| EGroupEdgeInsertionMode | InsertionMode | Determines how group edges are added to the geometry | |
| double | VertexTolerance | How close a new loop edge needs to pass next to an existing vertex to use that vertex rather than creating a new one (used for plane cut). |