Choose your operating system:
Windows
macOS
Linux
| FInputEvent
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Input/Events.h |
Include |
#include "Input/Events.h" |
struct FNavigationEvent : public FInputEvent
FNavigationEvent describes a navigation action (Left, Right, Up, Down) It is passed to event handlers dealing with navigation.
Name | Description | |
---|---|---|
|
FNavigationEvent() |
UStruct Constructor. Not meant for normal usage. |
|
FNavigationEvent ( |
Name | Description | ||
---|---|---|---|
|
ENavigationG... |
GetNavigationGenesis() |
Returns the genesis of the navigation request (Keyboard, Controller, User) |
|
EUINavigatio... |
GetNavigationType() |
Returns the type of navigation request (Left, Right, Up, Down) |