unreal.UINavigationRule

class unreal.UINavigationRule

Bases: EnumBase

EUINavigation Rule

C++ Source:

  • Module: SlateCore

  • File: NavigationReply.h

CUSTOM: UINavigationRule = Ellipsis

Custom navigation handled by user code.

Type:

4

CUSTOM_BOUNDARY: UINavigationRule = Ellipsis

Custom navigation handled by user code if the boundary is hit.

Type:

5

ESCAPE: UINavigationRule = Ellipsis

Allow the movement to continue in that direction, seeking the next navigable widget automatically.

Type:

0

EXPLICIT: UINavigationRule = Ellipsis

Move to a specific widget.

Type:

1

INVALID: UINavigationRule = Ellipsis

Invalid Rule

Type:

6

STOP: UINavigationRule = Ellipsis

Stops movement in this direction

Type:

3

WRAP: UINavigationRule = Ellipsis

Wrap movement inside this container, causing the movement to cycle around from the opposite side, if the navigation attempt would have escaped.

Type:

2