IHapticDevice::GetHapticFrequencyRange

Determines the valid range of frequencies this haptic device supports, to limit input ranges from UHapticFeedbackEffects

Windows
MacOS
Linux

References

Module

InputDevice

Header

/Engine/Source/Runtime/InputDevice/Public/IHapticDevice.h

Include

#include "IHapticDevice.h"

Syntax

void GetHapticFrequencyRange
(
    float & MinFrequency,
    float & MaxFrequency
) const

Remarks

Determines the valid range of frequencies this haptic device supports, to limit input ranges from UHapticFeedbackEffects

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