FSceneSnapQueryResult

Computed result of 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 FSceneSnapQueryResult

Remarks

Computed result of a IToolsContextQueriesAPI snap query request

Variables

Name Description

Public variable

FQuat

 

DeltaRotation

Snap rotation delta (may not be set depending on query types)

Public variable

FVector

 

Direction

Snap direction (may not be set depending on query types)

Public variable

FVector

 

Normal

Snap normal (may not be set depending on query types)

Public variable

FVector

 

Position

Snap position (may not be set depending on query types)

Public variable

AActor *

 

TargetActor

Actor that owns snap target

Public variable

UActorComponent...

 

TargetComponent

Component that owns snap target

Public variable

ESceneSnapQuery...

 

TargetType

What kind of geometric element was snapped to

Public variable

int

 

TriSnapIndex

Vertex/Edge index we snapped to in triangle

Public variable

FVector[3]

 

TriVertices

Vertices of triangle that contains result (for debugging, may not be set)

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