FNavigationEvent

[FNavigationEvent](API\Runtime\SlateCore\Input\FNavigationEvent) describes a navigation action (Left, Right, Up, Down) It is passed to event handlers dealing with navigation.

Windows
MacOS
Linux

Inheritance Hierarchy

FInputEvent

FNavigationEvent

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/Events.h

Include

#include "Input/Events.h"

Syntax

struct FNavigationEvent : public FInputEvent

Remarks

FNavigationEvent describes a navigation action (Left, Right, Up, Down) It is passed to event handlers dealing with navigation.

Constructors

Name Description

Public function

FNavigationEvent()

UStruct Constructor. Not meant for normal usage.

Public function

FNavigationEvent

(
    const FModifierKeysState& InModifi...,
    const int32 InUserIndex,
    EUINavigation InNavigationType,
    ENavigationGenesis InNavigationGene...
)

Functions

Name Description

Public function Const

ENavigationG...

 

GetNavigationGenesis()

Returns the genesis of the navigation request (Keyboard, Controller, User)

Public function Const

EUINavigatio...

 

GetNavigationType()

Returns the type of navigation request (Left, Right, Up, Down)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss