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
{
Align = 1 UMETA(DisplayName = "Align"),
AlignFlipped = 2 UMETA(DisplayName = "Align Flipped"),
UMETA =(Hidden),
}
Values
| Name | Description |
|---|---|
| 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 |
| UMETA |
Remarks
Snap-Drag Rotation Mode