Control one actor with multiple gamepads

Hi everyone,

is it possible to control one Actor with multiple gamepads? For example I have one car and player one controls thrust and player two controls steering.
Thanks for any advice!

I’m in the same boat. I have two game controllers and I need to use input from both of them to control one player (think twin stick shooter, only 2 players control the ship, one moving, one firing). On a time crunch on a project and I need to pull this off with Blueprints. I honestly didn’t think that multiple controller inputs would be that hard to isolate, I thought you’d just be able to reference the controller ID in the event state, but it seems I was very, very wrong.

Has anyone got this to work? Any help would be greatly appreciated!!

Thanks!