Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/UI > API/Plugins/Synthesis/UI/SSynth2DSlider
- SWidget::OnKeyDown()
- SSynth2DSlider::OnKeyDown()
References
Module | Synthesis |
Header | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/SSynth2DSlider.h |
Include | #include "UI/SSynth2DSlider.h" |
Source | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Private/UI/SSynth2DSlider.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 |