Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Snap-Drag Rotation Mode
| Name | ETransformMeshesSnapDragRotationMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/TransformMeshesTool.h |
| Include Path | #include "TransformMeshesTool.h" |
Syntax
enum ETransformMeshesSnapDragRotationMode
{
Ignore = 0,
Align = 1,
AlignFlipped = 2,
LastValue,
}
Values
| Name | Remarks |
|---|---|
| Ignore | Snap-Drag only translates, ignoring Normals |
| Align | Snap-Drag aligns the Source and Target Normals to point in the same direction |
| AlignFlipped | Snap-Drag aligns the Source Normal to the opposite of the Target Normal direction |
| LastValue |