Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor > API/Plugins/NeuralMorphModelEditor/SNeuralMorphCurveGroupsWidget
- SWidget::OnKeyDown()
- STableViewBase::OnKeyDown()
- SListView::OnKeyDown()
- STreeView::OnKeyDown()
- SNeuralMorphCurveGroupsWidget::OnKeyDown()
References
| Module | NeuralMorphModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/SNeuralMorphCurveGroupsWidget.h |
| Include | #include "SNeuralMorphCurveGroupsWidget.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Private/SNeuralMorphCurveGroupsWidget.cpp |
virtual FReply OnKeyDown
&40;
const FGeometry & MyGeometry,
const FKeyEvent & InKeyEvent
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| MyGeometry | The Geometry of the widget receiving the event |
| InKeyEvent | Key event |