Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Slate > SObjectWidget
- SWidget::OnFocusLost()
- SObjectWidget::OnFocusLost()
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Slate/SObjectWidget.h |
Include | #include "Slate/SObjectWidget.h" |
Source | /Engine/Source/Runtime/UMG/Private/Slate/SObjectWidget.cpp |
virtual void OnFocusLost
&40;
const FFocusEvent & InFocusEvent
&41;
Remarks
Called when this widget loses focus. This event does not bubble.
Parameters
Name | Description |
---|---|
InFocusEvent | The FocusEvent |