UPolyEditCommonProperties

These are properties that do not get enabled/disabled based on the action

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

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

Include

#include "EditMeshPolygonsTool.h"

Syntax

UCLASS()
class UPolyEditCommonProperties : public UInteractiveToolPropertySet

Remarks

These are properties that do not get enabled/disabled based on the action

Variables

Name Description

Public variable UProperty

bool

 

bLocalCoordSystem

This gets updated internally so that properties can respond to whether the coordinate system is set to local or global

Public variable UProperty Category, EditAnywhere, Meta

bool

 

bLockRotation

When true, keeps rotation of gizmo constant through selection changes and manipulations (but not middle-click repositions).

Public variable UProperty Category, EditAnywhere

bool

 

bShowWireframe

Public variable UProperty Category, EditAnywhere, Meta

ELocalFrameMode

 

LocalFrameMode

Determines whether, on selection changes, the gizmo's rotation is taken from the object transform, or from the geometry elements selected.