SCommonHierarchicalScrollBox::OnNavigation

This is a near copy of [SScrollBox::OnNavigation](API\Runtime\Slate\Widgets\Layout\SScrollBox\OnNavigation).

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnNavigation()

SScrollBox::OnNavigation()

SCommonHierarchicalScrollBox::OnNavigation()

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/SCommonHierarchicalScrollBox.h

Include

#include "SCommonHierarchicalScrollBox.h"

Source

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Private/SCommonHierarchicalScrollBox.cpp

Syntax

virtual FNavigationReply OnNavigation
(
    const FGeometry & MyGeometry,
    const FNavigationEvent & InNavigationEvent
)

Remarks

This is a near copy of SScrollBox::OnNavigation. Ideally AppendFocusableChildren would be a virtual function in SScrollbox, but I don't have enough time to test functional changes to a core slate widget at the time of this writing. It was safer to isolate it. to this widget where I can test every case where it is used.

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