Choose your operating system:
Windows
macOS
Linux
| SWidget::OnNavigation()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
Include |
#include "Widgets/Layout/SScrollBox.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp |
virtual FNavigationReply OnNavigation
(
const FGeometry & MyGeometry,
const FNavigationEvent & InNavigationEvent
)
Called when navigation is requested e.g. Left Joystick, Direction Pad, Arrow Keys can generate navigation events.
Parameter |
Description |
---|---|
InNavigationEvent |
The navigation event generated |