Choose your operating system:
Windows
macOS
Linux
| SWidget::OnFocusLost()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SButton.h |
Include |
#include "Widgets/Input/SButton.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/Input/SButton.cpp |
virtual void OnFocusLost
(
const FFocusEvent & InFocusEvent
)
Called when this widget loses focus. This event does not bubble.
Parameter |
Description |
---|---|
InFocusEvent |
The FocusEvent |