How to allow all controllers be tied to the same character?

I am prototyping a singe-player game project, and I need to make all controllers be assigned to the character no matter what their slot is (first, second, third, or fourth slot). Just like the keyboard and first controller both simultaneously feed input into the same APlayerController already.