Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
Include |
#include "Widgets/SWidget.h" |
Source |
/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.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 |