Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | EEdgeLoopPositioningMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/ToolActivities/PolyEditInsertEdgeLoopActivity.h |
| Include Path | #include "ToolActivities/PolyEditInsertEdgeLoopActivity.h" |
Syntax
enum EEdgeLoopPositioningMode
{
Even,
ProportionOffset,
DistanceOffset,
}
Values
| Name | Remarks |
|---|---|
| Even | Edge loops will be evenly centered within a group. Allows for multiple insertions at a time. |
| ProportionOffset | Edge loops will fall at the same length proportion at each edge they intersect (e.g., a quarter way down). |
| DistanceOffset | Edge loops will fall a constant distance away from the start of each edge they intersect (e.g., 20 units down). |