Navigation
API > API/Runtime > API/Runtime/InputDevice
References
| Module | InputDevice |
| Header | /Engine/Source/Runtime/InputDevice/Public/IHapticDevice.h |
| Include | #include "IHapticDevice.h" |
Syntax
class IHapticDevice
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | Returns the scaling factor to map the amplitude of UHapticFeedbackEvents from [0.0, 1.0] to the actual range handled by the device | ||
| void | GetHapticFrequencyRange
(
float& MinFrequency, |
Determines the valid range of frequencies this haptic device supports, to limit input ranges from UHapticFeedbackEffects | |
| void | SetHapticFeedbackValues
(
int32 ControllerId, |
Sets the frequency / amplitude of the haptic channel of a controller. |