SSplineGeneratorPanel::OnFocusChanging

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

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnFocusChanging()

SSplineGeneratorPanel::OnFocusChanging()

References

Module

ComponentVisualizers

Header

/Engine/Source/Editor/ComponentVisualizers/Public/SplineGeneratorPanel.h

Include

#include "SplineGeneratorPanel.h"

Source

/Engine/Source/Editor/ComponentVisualizers/Private/SplineGeneratorPanel.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

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