Navigation
API > API/Runtime > API/Runtime/SlateCore
Enumerates the source of the navigation
| Name | ENavigationSource |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
| Include Path | #include "Types/SlateEnums.h" |
Syntax
enum ENavigationSource
{
FocusedWidget,
WidgetUnderCursor,
}
Values
| Name | Remarks |
|---|---|
| FocusedWidget | Navigate from the focused widget |
| WidgetUnderCursor | Navigate from the widget under the cursor |