![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NavigationConfig.h>
Inheritance diagram for FTwinStickNavigationConfig:Protected Member Functions | |
| virtual SLATE_API bool | IsAnalogHorizontalKey (const FKey &InKey) const override |
| virtual SLATE_API bool | IsAnalogVerticalKey (const FKey &InKey) const override |
Protected Member Functions inherited from FNavigationConfig | |
| virtual SLATE_API float | GetRepeatRateForPressure (float InPressure, int32 InRepeats) const |
| virtual SLATE_API EUINavigation | GetNavigationDirectionFromAnalogInternal (const FAnalogInputEvent &InAnalogEvent) |
Protected Member Functions inherited from TSharedFromThis< FNavigationConfig > | |
| TSharedFromThis () | |
| TSharedFromThis (TSharedFromThis const &) | |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (TSharedFromThis const &) |
| ~TSharedFromThis () | |
Additional Inherited Members | |
Public Attributes inherited from FNavigationConfig | |
| bool | bTabNavigation |
| bool | bKeyNavigation |
| bool | bAnalogNavigation |
| bool | bIgnoreModifiersForNavigationActions |
| float | AnalogNavigationHorizontalThreshold |
| float | AnalogNavigationVerticalThreshold |
| FKey | AnalogHorizontalKey |
| FKey | AnalogVerticalKey |
| TMap< FKey, EUINavigation > | KeyEventRules |
| TMap< FKey, EUINavigationAction > | KeyActionRules |
Static Protected Member Functions inherited from TSharedFromThis< FNavigationConfig > | |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > | SharedThis (OtherType *ThisPtr) |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > | SharedThis (const OtherType *ThisPtr) |
Protected Attributes inherited from FNavigationConfig | |
| TMap< int, FUserNavigationState > | UserNavigationState |
A Navigation config that supports UI Navigation with both analog sticks + D-Pad.
| FTwinStickNavigationConfig::FTwinStickNavigationConfig | ( | ) |
|
overrideprotectedvirtual |
Reimplemented from FNavigationConfig.
|
overrideprotectedvirtual |
Reimplemented from FNavigationConfig.