Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Describes the result of the attempted snap operation. Note that this differs to FSceneSnapQueryResult in that it only indicates the success or failure of the snap, not the resulting data.
| Name | ESceneSnapQueryTargetResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/SceneQueries/SceneSnappingManager.h |
| Include Path | #include "SceneQueries/SceneSnappingManager.h" |
Syntax
enum ESceneSnapQueryTargetResult
{
NotSnapped,
Snapped,
Disabled,
Unsupported,
}
Values
| Name | Remarks |
|---|---|
| NotSnapped | Snapping was valid and attempted, but did not snap to target. |
| Snapped | Snapping was valid and attempted, and did snap to target. |
| Disabled | Snapping is valid and supported, but is disabled (usually due to a user setting). |
| Unsupported | The snapping query isn't valid for this Query Target. |