Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate > API/Runtime/UMG/Slate/SObjectWidget
- SWidget::OnKeyUp()
- SObjectWidget::OnKeyUp()
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Slate/SObjectWidget.h |
Include | #include "Slate/SObjectWidget.h" |
Source | /Engine/Source/Runtime/UMG/Private/Slate/SObjectWidget.cpp |
virtual FReply OnKeyUp
&40;
const FGeometry & MyGeometry,
const FKeyEvent & InKeyEvent
&41;
Remarks
Called after a key is released when this widget has focus Returns whether the event was handled, along with other possible actions
Parameters
Name | Description |
---|---|
MyGeometry | The Geometry of the widget receiving the event |
InKeyEvent | Key event |