unreal.WidgetNavigationRoutingPolicy¶
- class unreal.WidgetNavigationRoutingPolicy¶
Bases:
EnumBaseEWidget Navigation Routing Policy
C++ Source:
Module: SlateCore
File: NavigationRouting.h
- ACCEPT_FOCUS: WidgetNavigationRoutingPolicy = Ellipsis¶
On navigation, this widget, or widgets within this boundary, will receive focus. Focus will not be routed
- Type:
0
- ROUTE_TO_BOTTOM_LEFT_CHILD: WidgetNavigationRoutingPolicy = Ellipsis¶
On navigation, this widget, or widgets within this boundary, will route focus to widget in the bottom left container
- Type:
7
- ROUTE_TO_BOTTOM_MOST_CHILD: WidgetNavigationRoutingPolicy = Ellipsis¶
On navigation, this widget, or widgets within this boundary, will route focus to bottommost visibile widget in this container
- Type:
2
- ROUTE_TO_BOTTOM_RIGHT_CHILD: WidgetNavigationRoutingPolicy = Ellipsis¶
On navigation, this widget, or widgets within this boundary, will route focus to widget in the bottom right container
- Type:
8
- ROUTE_TO_LEFT_MOST_CHILD: WidgetNavigationRoutingPolicy = Ellipsis¶
On navigation, this widget, or widgets within this boundary, will route focus to leftmost visibile widget in this container
- Type:
3
- ROUTE_TO_RIGHT_MOST_CHILD: WidgetNavigationRoutingPolicy = Ellipsis¶
On navigation, this widget, or widgets within this boundary, will route focus to rightmost visibile widget in this container
- Type:
4
- ROUTE_TO_TOP_LEFT_CHILD: WidgetNavigationRoutingPolicy = Ellipsis¶
On navigation, this widget, or widgets within this boundary, will route focus to widget in the top left container
- Type:
5
- ROUTE_TO_TOP_MOST_CHILD: WidgetNavigationRoutingPolicy = Ellipsis¶
On navigation, this widget, or widgets within this boundary, will route focus to topmost visibile widget in this container
- Type:
1
- ROUTE_TO_TOP_RIGHT_CHILD: WidgetNavigationRoutingPolicy = Ellipsis¶
On navigation, this widget, or widgets within this boundary, will route focus to widget in the top right container
- Type:
6