Choose your operating system:
Windows
macOS
Linux
| SWidget::OnFocusReceived()
|
Module |
|
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 OnFocusReceived
(
const FGeometry & MyGeometry,
const FFocusEvent & InFocusEvent
)
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
Parameter |
Description |
---|---|
MyGeometry |
The Geometry of the widget receiving the event |
InFocusEvent |
The FocusEvent |