I’m now learning haptic effect in UE5, and there are few questions I encountered with.
I find that I can edit vibration details likes frequency and amplitude in HapticFeedbackEffect_Curve, but how can I use it?
I didn’t totally understand the haptic feedback in UE, can anyone tell me the relationship of ForceFeedbackEffect, HapticFeedbackEffect_Curve, HapticFeedbackEffect_Buffer and HapticFeedbackEffect_SoundWave?
1 Like
Hello!
To use HapticFeedbackEffect_Curve in UE5, create the asset, edit its vibration details, and use the Play Haptic Effect node in your Blueprint. The relationship between different haptic feedback effects is as follows: ForceFeedbackEffect is for complex force feedback devices, HapticFeedbackEffect_Curve uses curves for detailed vibrations, HapticFeedbackEffect_Buffer uses raw amplitude data, and HapticFeedbackEffect_SoundWave translates sound wave amplitude into vibrations. Each serves different purposes based on your project’s needs.
Best Regards,
taco bell survey
2 Likes
If you want to see an example of how it works, here is a plugin that can help you.