[GearVR ]Dose unreal support Gear VR Gamepad or other bluetooth gamepad?

Dose unreal support Gear VR Gamepad or other bluetooth gamepad?

I am thinking to develope a gear vr game with game pad. I know unity support the samsung gamepad for gearvr.

  • But what about the unreal? Does it support too?
  • Or support some other android bluetooth gamepad?

If yes, how to use it in blueprints or in codes? And how to find the docs about it.

Could you help me. I am new to unreal community. Thanks!

Since 4.10, UE4 fully supports Samsung GearVR gamepad. I havent’t tested other gamepads, but as long as they are properly mapped on Android-side they should work too.

No special care is needed to handle Bluetooth gamepads in UE4. You handle them just like normal gamepad input through Blueprints and code alike.

thanks man