SWidget::OnFocusLost

Called when this widget loses focus. This event does not bubble.

Windows
MacOS
Linux

Override Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Include

#include "Widgets/SWidget.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp

Syntax

virtual void OnFocusLost
(
    const FFocusEvent & InFocusEvent
)

Remarks

Called when this widget loses focus. This event does not bubble.

Parameters

Parameter

Description

InFocusEvent

The FocusEvent

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss