EUINavigationAction

Generic UI navigation action that are usually bound to a gamepad or other input device

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Types/SlateEnums.h"

Syntax

enum EUINavigationAction
{
    Accept,
    Back,
    Num,
    Invalid,
}

Values

Name

Description

Accept

Accept, normally acts like a mouse click. Corresponds to Virtual_Accept key

Back

Back/Cancel, normally acts like escape. Corresponds to Virtual_Back key

Num

Number of navigation actions

Invalid

Invalid action

Remarks

Generic UI navigation action that are usually bound to a gamepad or other input device

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