EEdgeLoopPositioningMode

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/EdgeLoopInsertionTool.h

Include

#include "EdgeLoopInsertionTool.h"

Syntax

enum EEdgeLoopPositioningMode
{
    Even,
    ProportionOffset,
    DistanceOffset,
}

Values

Name

Description

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).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss