Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SNodePanel
- 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 |
virtual FReply OnTouchGesture
&40;
const FGeometry & MyGeometry,
const FPointerEvent & GestureEvent
&41;
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 |