Controlling Two Actors via One Controller

Hey Guys,
I have setup a system to spawn me two Actors. Which Actor spawns is handled via 2 Integers so you can spawn different Classes for one Player. The Problem for me lies in the Possessing of the two Actors. I can let them walk around with the AddWorldOffset Method. If I try to let them jump, they won’t. I want to control both Actors via my one PlayerController. Would be nice to get a solution for it :D.