Trying to turn FPS mode into Spaceship movement

My idea is: Right stick on the game controller remains the same. Then I want to press a button to move in the direction the camera is pointing. Left stick will be for rotating the ship clockwise/counterclockwise in case you find yourself upside down relative to something you’re exploring.

So I understand I need:

  1. Disable gravity. Unticking the gravity box for all objects in the blueprints didn’t work.

  2. Figure out the direction the camera is looking.

  3. Apply push power to move towards that point.

  4. Configure Joystick 2. For clockwise/anti.

    Are there any useful tutorials to figure out those?..