Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FNavigationConfig
Description
Gets the repeat rate of the navigation based on the current pressure being applied. The idea being that if the user moves the stick a little, we would navigate slowly, if they move it a lot, we would repeat the navigation often.
| Name | GetRepeatRateForPressure |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/NavigationConfig.h |
| Include Path | #include "Framework/Application/NavigationConfig.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/NavigationConfig.cpp |
virtual float GetRepeatRateForPressure
(
float InPressure,
int32 InRepeats
) const