UDrawPolygonToolStandardProperties

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DrawPolygonTool.h

Include

#include "DrawPolygonTool.h"

Syntax

UCLASS()
class UDrawPolygonToolStandardProperties : public UInteractiveToolPropertySet

Variables

Name Description

Public variable UProperty Category, EditAnywhere nontransactional

bool

 

bShowGridGizmo

If true, shows a gizmo to manipulate the additional grid used to draw the polygon on

Public variable UProperty Category, Meta nontransactional, visibleanywhere

float

 

Distance

Distance between the last clicked point and the current point

Public variable UProperty Category, EditAnywhere, Meta nontransactional

 

EditCondition

Size of secondary features, e.g. the rounded corners of a rounded rectangle, as fraction of the overall shape size

Public variable UProperty Category, EditAnywhere nontransactional

EDrawPolygonExt...

 

ExtrudeMode

If and how the drawn polygon gets extruded

Public variable UProperty Category, EditAnywhere, Meta nontransactional

 

meta

Allow freehand drawn polygons to self-intersect

Public variable UProperty Category, EditAnywhere, Meta nontransactional

EDrawPolygonDra...

 

PolygonDrawMode

Type of polygon to draw in the viewport

Constructors