SNodePanel::OnTouchGesture

TOUCH and GESTURES Called when the user performs a gesture on trackpad. This event is bubbled.

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnTouchGesture()

SNodePanel::OnTouchGesture()

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SNodePanel.h

Include

#include "SNodePanel.h"

Source

/Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp

Syntax

virtual FReply OnTouchGesture
(
    const FGeometry & MyGeometry,
    const FPointerEvent & GestureEvent
)

Remarks

TOUCH and GESTURES Called when the user performs a gesture on trackpad. This event is bubbled.

Returns

Returns whether the event was handled, along with other possible actions

Parameters

Parameter

Description

GestureEvent

gesture event

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