How to replace flying game mode on the first person game mode?

Hello

How to replace flying game mode on the first person game mode so that
the character didn’t fly, and went as first person a template?

  1. has made the project on the basis of Flying Game template
  2. has created simple new level (sky sphere + cube)
  3. has created PlayerStart
  4. imported through migrate bluprint FirstPersonCharacter from First Person template
  5. in Project sittings in the section maps & modes in the default GameMode tab has selected First Person Game Mode option
  6. when pressing the Play button, game mode from the first person turns on, but the character can’t move and can’t look around.
  7. if to come into editing FirstPersonCharacter BP that can be seen that the Compile button has an exclamation mark a sign, and when pressing her
    there is a set of preventions.

what steps need to be taken that everything has earned correctly?

example of this scene here:

input.ini the file has been imported from the First Person template and the character has begun to move to the left and to the right but still can’t look around and move to forward and to back.


also we can see that in a bluprint there are two controllers - L and R which are responsible for the movement in left and in the right. how to add other missing controllers?