SScrollBox::OnFocusChanging

Called whenever a focus path is changing on all the widgets within the old and new focus paths

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

SWidget::OnFocusChanging()

SScrollBox::OnFocusChanging()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h

Include

#include "Widgets/Layout/SScrollBox.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp

Syntax

virtual void OnFocusChanging
(
    const FWeakWidgetPath & PreviousFocusPath,
    const FWidgetPath & NewWidgetPath,
    const FFocusEvent & InFocusEvent
)

Remarks

Called whenever a focus path is changing on all the widgets within the old and new focus paths