Change camera

I created a empty proyect, when play my project the project have a default camera.

I need this camera will be delete and use a new camera with a character that i created.

I use in my project c++ programming but i haven´t idea how to do it.

Sorry my bad english.

Place you character in the level and set ‘auto possess’ for player 0.

If you want to implement a new camera controller for your character, first you have to create a new “Player Camera Manager” class… Then in your main “Player Controller” class defaults set Player Controller > “Player Camera Manager Class” to your new camera manager… Your character should now be using the new camera manager that you can now modify as required…

thank you all for the quickly reply, i will try soon i can.