![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| struct | FNavigationTransition |
| struct | FNavigationTransitionMetadata |
Enumerations | |
| enum class | ENavigationTransitionDirection { Incoming , Outgoing } |
Functions | |
| DECLARE_DELEGATE_OneParam (FOnNavigationTransitionDelegate, const FNavigationTransition &) | |
|
strong |
FNavigationTransition is a description of a navigation change between two widgets. When a user attempts to navigate from a widget, 2 Transitions are reported. The Outgoing Transition is executed on the OldFocusedWidget. The Incoming Transition is executed on the NewFOcusedWidget.
| Enumerator | |
|---|---|
| Incoming | |
| Outgoing | |
| DECLARE_DELEGATE_OneParam | ( | FOnNavigationTransitionDelegate | , |
| const FNavigationTransition & | |||
| ) |