ESceneSnapQueryTargetType

Types of snap targets that a Tool may want to run snap queries against.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/ToolContextInterfaces.h

Include

#include "ToolContextInterfaces.h"

Syntax

enum ESceneSnapQueryTargetType
{
    None          = 0,
    MeshVertex    = 1,
    MeshEdge      = 2,
    Grid          = 4,
    All           = MeshVertex | MeshEdge | Grid,
}

Values

Name

Description

None

MeshVertex

Consider any mesh vertex

MeshEdge

Consider any mesh edge

Grid

Grid Snapping

All

Remarks

Types of snap targets that a Tool may want to run snap queries against.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss