EUINavigation

Navigation context for event

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Types/SlateEnums.h"

Syntax

enum EUINavigation
{
    Left,
    Right,
    Up,
    Down,
    Next,
    Previous,
    Num,
    Invalid,
}

Values

Name

Description

Left

Four cardinal directions

Right

Up

Down

Next

Conceptual next and previous

Previous

Num

Number of navigation types

Invalid

Denotes an invalid navigation, more important used to de

no specified navigation

Remarks

Navigation context for event

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