How to fly in-game not in-engine?

Hi! I am the developer of a 3d RPG/adventure game (don’t know what genre it is yet lol) and I was adding a debug mode for easier movement and stuff in the stage, and I was wondering how to add flying around the map?

3d RPG/adventure game (don’t know what
genre it is yet lol

Yeah, welcome to the club!

The Default Pawn has flying controls implemented on the C++ level so you could spawn one and possess it. Drop this into the Player Controller:

Image from Gyazo

thanks! I’ll be sure to try it out.