Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Types of Snap Queries that a USceneSnappingManager may support
| Name | ESceneSnapQueryType |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/SceneQueries/SceneSnappingManager.h |
| Include Path | #include "SceneQueries/SceneSnappingManager.h" |
Syntax
enum ESceneSnapQueryType
{
Position = 1,
Rotation = 2,
RotationAngle = 3,
Scale = 4,
Transform = 5,
}
Values
| Name | Remarks |
|---|---|
| Position | Position/Translation snapping |
| Rotation | Full rotation snapping (which could affect the axis of rotation) |
| RotationAngle | Snaps the rotation angle only (in degrees). |
| Scale | Scale snapping |
| Transform | Transform snapping (ie. snap to surface is both position and rotation) |