Navigation
API > API/Runtime > API/Runtime/SlateCore
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.
| Name | ENavigationTransitionDirection |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/NavigationMetadata.h |
| Include Path | #include "Input/NavigationMetadata.h" |
Syntax
enum ENavigationTransitionDirection
{
Incoming,
Outgoing,
}
Values
| Name | Remarks |
|---|---|
| Incoming | |
| Outgoing |