| bEnableSnapping |
bool |
Enables additional snapping controls. If false, all snapping is disabled. |
DrawPolygonTool.h |
- EditAnywhere
- NonTransactional
- Category=Snapping
|
| bSnapToAxes |
bool |
Snap to axes of the drawing grid and axes relative to the last segment. |
DrawPolygonTool.h |
- EditAnywhere
- NonTransactional
- Category=Snapping
- Meta=(EditCondition="bEnableSnapping && !bSnapToWorldGrid")
|
| bSnapToEdges |
bool |
Snap to edges in other meshes. Requires Enable Snapping to be true. |
DrawPolygonTool.h |
- EditAnywhere
- NonTransactional
- Category=Snapping
- Meta=(EditCondition="bEnableSnapping")
|
| bSnapToLengths |
bool |
When snapping to axes, also try to snap to the length of an existing segment in the polygon. |
DrawPolygonTool.h |
- EditAnywhere
- NonTransactional
- Category=Snapping
- Meta=(EditCondition="bEnableSnapping && !bSnapToWorldGrid && bSnapToAxes")
|
| bSnapToSurfaces |
bool |
Snap to surfaces of existing objects. |
DrawPolygonTool.h |
- EditAnywhere
- NonTransactional
- Category=Snapping
- Meta=(EditCondition="bEnableSnapping && !bSnapToWorldGrid")
|
| bSnapToVertices |
bool |
Snap to vertices in other meshes. Requires Enable Snapping to be true. |
DrawPolygonTool.h |
- EditAnywhere
- NonTransactional
- Category=Snapping
- Meta=(EditCondition="bEnableSnapping")
|
| bSnapToWorldGrid |
bool |
|
DrawPolygonTool.h |
- Meta=(TransientToolProperty)
|
| EditCondition |
|
Offset for snap point on the surface of an existing object in the direction of the surface normal. |
DrawPolygonTool.h |
- EditAnywhere
- NonTransactional
- Category=Snapping
- Meta=(DisplayName="Surface Offset", EditCondition="bEnableSnapping && !bSnapToWorldGrid && bSnapToSurfaces")
|