Navigation
API > API/Runtime > API/Runtime/SlateCore
Enumerates the genesis of the navigation, where generated the navigation
| Name | ENavigationGenesis |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
| Include Path | #include "Types/SlateEnums.h" |
Syntax
enum ENavigationGenesis
{
Keyboard,
Controller,
User,
}
Values
| Name | Remarks |
|---|---|
| Keyboard | Navigation caused by the Keyboard |
| Controller | Navigation caused by a Controller |
| User | Navigate caused by a user generated event (Users = WIdgets, Client Code, ...) |