-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ForceFeedback not working for ue 5.4 #71
Comments
Hey, I'm struggling with getting ue5 to detect any input from my g920, could you help me? |
I would like to see an example from the author of the plug-in for connecting/implementing force feedback. I've been trying to figure out how to create this for several months now and I can't figure it out. It is not necessary to add an example of the project (although this would be an ideal solution), you can just use screenshots. For example, to create the effect of constant feedback, we take such a node, connect it to the steering wheel turn event, connect such and such an axis value multiplied by the moment Mz obtained from the physical model of the car to this node. Or: to realize the effect of the pavement, we take such and such a node, connect it there, connect this and that to this node and get this and that... I would like to see a detailed guide on FFB implementation... The author promised to do it a long time ago. Please, @JaydenMaalouf, create such a guide, it will be useful to everyone who uses your plugin, but is not strong in Unreal Engine. |
For what it's worth, yesterday I migrated my FFB code to UE 5.4, this plugin 3.3, and a vanilla SDL 2.0.30, and it works perfectly fine. Begin play Edit: I just realized the Tick There's some custom code in there to achieve what we want, but it should give you a rough idea of how to proceed. We use this to remote control the steering wheel, or to apply a force proportional to the vehicle speed. It's super basic, but works for us. Many thanks to Jayden for maintaining this plugin, you're doing an amazing job! |
How do you guys get ue5 to detect input???? |
thanks a lot, this worked out for me. |
I have some major changes coming for the ForceFeedbackComponent I'll message here once the beta is available to try |
This is a BETA version and is completely untested It has some notable issues currently:
Give it a try and let me know your findings :) |
Everything works with my logitech g29 the plugin can recognise it, inputs are good, but when i add a force feedback effect the wheel is getting no output. Idk if it has to do something with my project, the plugin, or if it's my wheel thats not working.
thanks,
The text was updated successfully, but these errors were encountered: