FSceneSnapQueryRequest

Configuration variables for a [IToolsContextQueriesAPI](API\Runtime\InteractiveToolsFramework\IToolsContextQueriesAPI) snap query request.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "ToolContextInterfaces.h"

Syntax

struct FSceneSnapQueryRequest

Remarks

Configuration variables for a IToolsContextQueriesAPI snap query request.

Variables

Name Description

Public variable

FQuat

 

DeltaRotation

Snap input rotation delta

Public variable

FVector

 

Direction

Snap input direction

Public variable

float

 

DirectionAngleThresholdDegrees

Another direction must deviate less than this number of degrees from Direction to be considered an acceptable snap direction

Public variable

TOptional< FVec...

 

GridSize

Optional explicitly specified position grid

Public variable

FVector

 

Position

Snap input position

Public variable

ESceneSnapQuery...

 

RequestType

What type of snap query geometry is this

Public variable

TOptional< FRot...

 

RotGridSize

Optional explicitly specified rotation grid

Public variable

ESceneSnapQuery...

 

TargetTypes

What does caller want to try to snap to

Public variable

float

 

VisualAngleThresholdDegrees

Another position must deviate less than this number of degrees (in visual angle) to be considered an acceptable snap position

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