SNodePanel::OnTouchGesture

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

Unreal Engine C++ API Reference > Editor > GraphEditor > SNodePanel

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h
Include #include "SNodePanel.h"
Source /Engine/Source/Editor/GraphEditor/Private/SNodePanel.cpp
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnTouchGesture
(
    const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry,
    const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & GestureEvent
)

Remarks

TOUCH and GESTURES Called when the user performs a gesture on trackpad. This event is bubbled. Returns whether the event was handled, along with other possible actions

Parameters

Name Description
GestureEvent gesture event

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library