Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/SCommonHierarchicalScrollBox
Description
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.
Virtual Inheritance
- SWidget::OnNavigation → SScrollBox::OnNavigation → SCommonHierarchicalScrollBox::OnNavigation
| Name | OnNavigation |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/SCommonHierarchicalScrollBox.h |
| Include Path | #include "SCommonHierarchicalScrollBox.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/SCommonHierarchicalScrollBox.cpp |
virtual FNavigationReply OnNavigation
(
const FGeometry & MyGeometry,
const FNavigationEvent & InNavigationEvent
)