Hi, i’ve just started using UE4, and i’m following tutorial and stuff, but i have some questions about Player Controller blueprints.
I’ve just read this What's the purpose of a PlayerController? - Programming & Scripting - Epic Developer Community Forums
But i stil don’t understand how to control my character from the controller.
I’ve set up all the controls for movement in the character bp, and now i want to move them to the controller, because (as the creator of the mentioned post wrote) my game will be for the most time an fps, but in some case the player will have to control a car, a little plane, or a turret, so i understood that player controllers enter the scene here, because all of these pawns will have in commons the movement control (if i’m not wrong).
thank you guys in advance!