unreal.WidgetNavigation¶
- class unreal.WidgetNavigation(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectWidget Navigation
C++ Source:
Module: UMG
File: WidgetNavigation.h
Editor Properties: (see get_editor_property/set_editor_property)
down(WidgetNavigationData): [Read-Write] Happens when the user presses down arrow, joystick, d-pad.left(WidgetNavigationData): [Read-Write] Happens when the user presses left arrow, joystick, d-pad.navigation_method(InstancedStruct): [Read-Write]next(WidgetNavigationData): [Read-Write] Happens when the user presses Tab.previous(WidgetNavigationData): [Read-Write] Happens when the user presses Shift+Tab.right(WidgetNavigationData): [Read-Write] Happens when the user presses right arrow, joystick, d-pad.routing_policy(WidgetNavigationRoutingPolicy): [Read-Write]up(WidgetNavigationData): [Read-Write] Happens when the user presses up arrow, joystick, d-pad.
- property down: WidgetNavigationData¶
[Read-Only] Happens when the user presses down arrow, joystick, d-pad.
- Type:
- property left: WidgetNavigationData¶
[Read-Only] Happens when the user presses left arrow, joystick, d-pad.
- Type:
- property navigation_method: InstancedStruct¶
[Read-Only]
- Type:
- property next: WidgetNavigationData¶
[Read-Only] Happens when the user presses Tab.
- Type:
- property previous: WidgetNavigationData¶
[Read-Only] Happens when the user presses Shift+Tab.
- Type:
- property right: WidgetNavigationData¶
[Read-Only] Happens when the user presses right arrow, joystick, d-pad.
- Type:
- property routing_policy: WidgetNavigationRoutingPolicy¶
[Read-Only]
- Type:
- property up: WidgetNavigationData¶
[Read-Only] Happens when the user presses up arrow, joystick, d-pad.
- Type: