Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/STextPropertyEditableTextBox
- SWidget::OnFocusReceived()
- STextPropertyEditableTextBox::OnFocusReceived()
References
| Module | EditorWidgets |
| Header | /Engine/Source/Editor/EditorWidgets/Public/STextPropertyEditableTextBox.h |
| Include | #include "STextPropertyEditableTextBox.h" |
| Source | /Engine/Source/Editor/EditorWidgets/Private/STextPropertyEditableTextBox.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 |