unreal.UINavigation

class unreal.UINavigation

Bases: EnumBase

Navigation context for event

C++ Source:

  • Module: SlateCore

  • File: SlateEnums.h

DOWN: UINavigation

3

INVALID: UINavigation

Denotes an invalid navigation, more important used to denote no specified navigation

Type:

7

LEFT: UINavigation

Four cardinal directions

Type:

0

NEXT: UINavigation

Conceptual next and previous

Type:

4

PREVIOUS: UINavigation

5

RIGHT: UINavigation

1

UP: UINavigation

2