Navigation
API > API/Runtime > API/Runtime/SlateCore
Navigation context for event
| Name | EUINavigation |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
| Include Path | #include "Types/SlateEnums.h" |
Syntax
enum EUINavigation
{
Left,
Right,
Up,
Down,
Next,
Previous,
Num,
Invalid,
}
Values
| Name | Remarks |
|---|---|
| Left | Four cardinal directions |
| Right | |
| Up | |
| Down | |
| Next | Conceptual next and previous |
| Previous | |
| Num | Number of navigation types |
| Invalid | Denotes an invalid navigation, more important used to denote no specified navigation |