ENavigationGenesis

Enumerates the genesis of the navigation, where generated the navigation

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h

Include

#include "Types/SlateEnums.h"

Syntax

enum ENavigationGenesis
{
    Keyboard,
    Controller,
    User,
}

Values

Name

Description

Keyboard

Navigation caused by the Keyboard

Controller

Navigation caused by a Controller

User

Navigate caused by a user generated event (Users = WIdgets, Client Code, ...)

Remarks

Enumerates the genesis of the navigation, where generated the navigation

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