My gamepad controller doesn’t work

Does Unreal Engine only accepts Xbox gamepads, because one of my no-name controllers doesn’t work with Unreal. It works while playing games, and it even works in Godot. I think Unreal doesn’t recognize it as a gamepad because it gives no response, it also doesn’t work in editor.
Does anyone has a solution?
Thanks!

You mean Xinput controllers. You can use non-xinput controllers (like USB HID controllers) with UE4 if you enable RawInput controller which uses Windows default input system

But note that classical Windows input system don’t support fancy features like rumble etc.

Thanks. This was the problem and fix for me. :slight_smile: