Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/EditPivotTool.h |
| Include | #include "EditPivotTool.h" |
Syntax
enum EEditPivotSnapDragRotationMode
&123;
Ignore = 0,
Align = 1,
AlignFlipped = 2,
LastValue,
&125;
Values
| Name | Description |
|---|---|
| Ignore | Snap-Drag only translates, ignoring Normals |
| Align | Snap-Drag aligns the pivot Z Axis and Target Normals to point in the same direction |
| AlignFlipped | Snap-Drag aligns the pivot Z Axis to the opposite of the Target Normal direction |
| LastValue |
Remarks
Snap-Drag Rotation Mode