2 controllers for one character

Hi guys.

Currently building a rag-doll styled game, and am looking to have one character for two players; one player control the legs and the control the arms.
Are there any solutions for having two controllers for one character? I have not found any information about this online and would appreciate any advice on how to achieve this!

Cheers!

Controller input is independent from player character. Follow some tutorial about adding controller to character.
Then add second controller just like you added first, only difference is that in settings you make more input actions (for second controller), then bind them in blueprints toy your custom events.