Choose your operating system:
Windows
macOS
Linux
| SWidget::OnKeyDown()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableTextBox.h |
Include |
#include "Widgets/Input/SEditableTextBox.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableTextBox.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 |