Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Snap-Drag Source Point
| Name | ETransformMeshesSnapDragSource |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/TransformMeshesTool.h |
| Include Path | #include "TransformMeshesTool.h" |
Syntax
enum ETransformMeshesSnapDragSource
{
ClickPoint = 0,
Pivot = 1,
LastValue,
}
Values
| Name | Remarks |
|---|---|
| ClickPoint | Snap-Drag moves the Clicked Point to the Target Location |
| Pivot | Snap-Drag moves the Gizmo/Pivot to the Target Location |
| LastValue |