How to switch in realistic First Person ?

Find the character blueprint (something like FPPlayer_BP), right-click and select Migrate. Select your existing project’s content folder. It should copy the controller and all its dependencies over to your project. Depending on how you’ve named your controller, you may want to rename before migrating to prevent overwriting.

Then, open your project and modify the Game Mode to use the migrated player class.