Choose your operating system:
Windows
macOS
Linux
| SWidget::OnNavigation()
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/SCommonHierarchicalScrollBox.h |
Include |
#include "SCommonHierarchicalScrollBox.h" |
Source |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Private/SCommonHierarchicalScrollBox.cpp |
virtual FNavigationReply OnNavigation
(
const FGeometry & MyGeometry,
const FNavigationEvent & InNavigationEvent
)
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.