Hi! I want to use usb gamepad to my project as a controller. but I can’t detect usb gamepad. how to solve this problem? thank you
thank you
Now I might be wrong since I’m new to unreal engine, so I’m just posting this in case it might help somehow
Usb gamepads usually only work with DirectInput, which unreal engine doesn’t seem to support.
Newer gamepads, like ps4 or xbox ones work with XInput, which I think unreal supports.
So there are two ways: get an xbox controller or try something with x360ce, which converts dinput to xinput, but doesn’t work for all games