Hello! I’m still very new to UE5.4 (and UE in general).
I’m trying to setup a gameplay loop for a small game project that will allow the mannequin actor to be controlled by two players. Essentially, one player will control the left side of the body (left leg, left arm), and the other controls the right (leg & arm).
My question Is: What would be the best way to try and implement this; Blueprint or C++?
I don’t think anyone’s ever tried this before, so I wasn’t able to find any resources to point me in the right direction for this. Thanks for reading and for any help you may offer!