Change default camera with basic control

If you want to control an actor, you have to use the “Possess” function from the Player Controller.

Look up some tutorials on how to create a Pawn and possess it.

Hi , I want to change the default camera with a basic cine camera , but don’t know how to add basic control like the default perspective view (rotate and move with W A S D).

I succeed to change the default camera into a new custom camera in Level blueprint (using set view target with blend , get plater controller) , but without basic control to the camera like the perspective view.

Thx!