unreal.NavigationUIComponent¶
- class unreal.NavigationUIComponent(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
UIComponentNavigation UIComponent
C++ Source:
Module: UMG
File: NavigationUIComponent.h
Editor Properties: (see get_editor_property/set_editor_property)
on_navigation_entered_delegate(OnNavigationTransition): [Read-Write] Delegates are the concrete functions from the provided user provided function nameson_navigation_exited_delegate(OnNavigationTransition): [Read-Write]
- property on_navigation_entered_delegate: OnNavigationTransition¶
[Read-Write] Delegates are the concrete functions from the provided user provided function names
- Type:
- property on_navigation_exited_delegate: OnNavigationTransition¶
[Read-Write]
- Type: