Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/NavigationConfig.h |
| Include | #include "Framework/Application/NavigationConfig.h" |
Syntax
struct FAnalogNavigationKey
Remarks
Since we now support multiple analog values driving the same navigation axis, we need to key their repeat-state by both FKey and EUINavigation
Variables
| Type | Name | Description | |
|---|---|---|---|
| FKey | AnalogKey | ||
| EUINavigation | NavigationDir |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnalogNavigationKey
(
const FKey& InKey, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FAnalogNavigationKey& Rhs |