Twin Stick Shooter switching player controller

Hi, right now im following epic’s Twin Stick Shooter tutorial. I wanted to allow player to aim with mouse so I created new character controller. My question is if i can switch player controller in-game. i want to use my mouse controller when player is using mouse and keyboard, and my gamepad controller when he is using gamepad. I hope you understood me and you can help me.

Take a look at the third person template. The default thirdpersoncharacter blueprint supports the kind of behavior you want.

Things to look at are:

the input mappings under: edit > project settings > input

the thirdpersoncharacter blueprint graph

Ok but I still dont know how to do that. Here are 4 screenshoots of my blueprints. First 3 are my character movement, weapon setup and aiming for controller, last one is my controller for mouse aiming.

Ok I will check that out, thanks for helping