Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FNullApplication
Description
Sets the frequency and amplitude of haptic feedback channels for a given controller id. Some devices / platforms may support just haptics, or just force feedback.
Virtual Inheritance
- IInputInterface::SetHapticFeedbackValues → FNullApplication::SetHapticFeedbackValues
| Name | SetHapticFeedbackValues |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/Null/NullApplication.h |
| Include Path | #include "Null/NullApplication.h" |
| Source | /Engine/Source/Runtime/ApplicationCore/Private/Null/NullApplication.cpp |
virtual void SetHapticFeedbackValues
(
int32 ControllerId,
int32 Hand,
const FHapticFeedbackValues & Values
)
Parameters
| Name | Remarks |
|---|---|
| ControllerId | ID of the controller to issue haptic feedback for |
| HandId | Which hand id (e.g. left or right) to issue the feedback for. These usually correspond to EControllerHands |
| Values | Frequency and amplitude to haptics at |