Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SEditableTextBox
- SWidget::OnFocusReceived()
- SEditableTextBox::OnFocusReceived()
References
| Module | Slate |
| 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 |
virtual FReply OnFocusReceived
&40;
const FGeometry & MyGeometry,
const FFocusEvent & InFocusEvent
&41;
Remarks
KEY INPUT Called when focus is given to this widget. This event does not bubble. Returns whether the event was handled, along with other possible actions
Parameters
| Name | Description |
|---|---|
| MyGeometry | The Geometry of the widget receiving the event |
| InFocusEvent | The FocusEvent |