Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
These are properties that do not get enabled/disabled based on the action
| Name | UPolyEditCommonProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h |
| Include Path | #include "EditMeshPolygonsTool.h" |
Syntax
UCLASS (MinimalAPI)
class UPolyEditCommonProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UPolyEditCommonProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UPolyEditCommonProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGizmoVisible | bool | When true, allows the transform gizmo to be rendered | EditMeshPolygonsTool.h |
|
| bLocalCoordSystem | bool | This gets updated internally so that properties can respond to whether the coordinate system is set to local or global | EditMeshPolygonsTool.h | |
| bLockRotation | bool | When true, keeps rotation of gizmo constant through selection changes and manipulations (but not middle-click repositions). | EditMeshPolygonsTool.h |
|
| bShowSelectableCorners | bool | EditMeshPolygonsTool.h |
|
|
| bShowWireframe | bool | EditMeshPolygonsTool.h |
|
|
| LocalFrameMode | ELocalFrameMode | Determines whether, on selection changes, the gizmo's rotation is taken from the object transform, or from the geometry elements selected. | EditMeshPolygonsTool.h |
|