FNavigationConfig::GetRepeatRateForPressure

Gets the repeat rate of the navigation based on the current pressure being applied.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/NavigationConfig.h

Include

#include "Framework/Application/NavigationConfig.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Application/NavigationConfig.cpp

Syntax

virtual float GetRepeatRateForPressure
(
    float InPressure,
    int32 InRepeats
) const

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss