Local Coop Controls

I’m trying to setup controls for local coop, and I’m not sure which blueprint to do it in. All of the tutorials/examples have the controls in the character blueprint, but I’ve been setting up all the functionality in the controller blueprint. Which should I use?

Controller BP is fine. If an input axis or event is not consumed by the controller, it will fall through to the pawn and be handled there if it has any events for it.