Can we somehow make the camera of a character not follow the character?If so, then how?

I am a beginner and I want to know if it’s possible to make the camera not follow the character. It’s a simple top-down game which will focused on a specific area. This is a project which I have undertaken in order to make myself learn this engine.

Place the camera freely in the level and set the ‘Auto Player Activation’ to player 0. Meaning: first player. You wont need a BP for the camera.
Make sure there is no camera on your actual player mesh.

That’s how I did my game.

I really appreciate your help! Thanks Man!