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