Choose your operating system:
Windows
macOS
Linux
| SWidget::OnKeyDown()
|
Module |
|
Header |
/Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
Include |
#include "SGraphPanel.h" |
Source |
/Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp |
Called after a key is pressed when this widget has focus (this event bubbles if not handled)
Returns whether the event was handled, along with other possible actions
Parameter |
Description |
---|---|
MyGeometry |
The Geometry of the widget receiving the event |
InKeyEvent |
Key event |