UEdgeLoopInsertionProperties

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/ToolActivities/PolyEditInsertEdgeLoopActivity.h

Include

#include "ToolActivities/PolyEditInsertEdgeLoopActivity.h"

Syntax

UCLASS()
class UEdgeLoopInsertionProperties : public UInteractiveToolPropertySet

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta

EditConditionHi...

 

bFlipOffsetDirection

Public variable UProperty Category, EditAnywhere

bool

 

bHighlightProblemGroups

When true, non-quad-like groups that stop the loop will be highlighted, with X's marking the corners.

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta

EditConditionHi...

 

bInteractive

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta

EditConditionHi...

 

DistanceOffset

Public variable UProperty Category, EditAnywhere, Meta

 

EditCondition

How many loops to insert at a time.

Public variable UProperty Category, EditAnywhere

EEdgeLoopInsert...

 

InsertionMode

Determines how edge loops are added to the geometry

Public variable UProperty Category, EditAnywhere, Meta

EditConditionHi...

 

NumLoops

Public variable UProperty Category, EditAnywhere

EEdgeLoopPositi...

 

PositionMode

Determines how edge loops position themselves vertically relative to loop direction.

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta

EditConditionHi...

 

ProportionOffset

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta

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.