How to implement gyro aiming using Swith Pro or Dual Sence controllers in UE5?

Hey there @mykola.shatokhin! So unfortunately there’s no native support for Dualshock controller gyroscopes without either an external plugin or the official developer tools for Ps4/5. The switch pro controller’s require an external wrapper or emulator as well, as they are just Dinput regularly. You may be able to get raw input data with the raw input plugin, but I don’t believe the gyroscope data would be included, so many users recommend external wrappers like Ds4windows or x360ce.

1 Like