Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Snap-Drag Rotation Mode
| Name | EEditPivotSnapDragRotationMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/EditPivotTool.h |
| Include Path | #include "EditPivotTool.h" |
Syntax
enum EEditPivotSnapDragRotationMode
{
Align = 1,
AlignFlipped = 2,
LastValue,
}
Values
| Name | Remarks |
|---|---|
| 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 |