Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/SCommonHierarchicalScrollBox
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/SCommonHierarchicalScrollBox.h |
| Include | #include "SCommonHierarchicalScrollBox.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/SCommonHierarchicalScrollBox.cpp |
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.