Getting Started · Beginner · 12 min

Navigate the UE5 Viewport Like You've Done It for Years

Create your first project, then learn to fly, orbit, pan and frame the camera so moving around a 3D scene becomes second nature — the single most important skill for everything that follows.

LevelBeginner Time~12 min EngineUE 5.4+ Hands-on9 checkpoints

Before this: Install Unreal Engine 5 and Open It for the First Time

By the end, you'll be able to
  • Create a project from a template
  • Fly the camera with right-mouse + WASD
  • Orbit, pan and zoom around an object
  • Frame any object instantly and fix a too-fast or too-slow camera

Why this is the most important lesson in the track

Before you can place a single object, light a scene, or test a game, you have to be able to move around inside it. Camera navigation is the one skill you'll use every few seconds for the rest of your Unreal life, so it's worth getting into your fingers early.

The good news: it's mostly two ideas — hold the right mouse button to fly, and tap a key to frame what you've selected. Everything else is a variation on those. Let's make a project and practise.

Create a project and get to the viewport

If you just finished the install lesson, you're already looking at the Unreal Project Browser. If not, launch your engine version from the Epic Games Launcher to bring it up.

  1. 1Pick the Games category

    In the Project Browser, choose the 'Games' category. These templates come set up for interactive, playable projects.

  2. 2Choose the Third Person template

    Select 'Third Person'. It drops you into a small level with a controllable character and some blocks to look at — perfect for practising navigation because there's already something in the scene.

    TipLeave the defaults (Blueprint, Starter Content optional, Desktop, with or without raytracing) as they are. Set a project name and location, then click 'Create'.

  3. 3Meet the viewport

    The large 3D area in the middle is the viewport — your window into the level. Around it: the Outliner (top-right) lists everything in the level, the Details panel (right) shows the selected object's properties, and the Content Browser (bottom) holds your assets.

    Click once in the viewport so it has 'focus' — keyboard navigation only works when the viewport is the active panel.

  4. 4Fly: hold right-mouse and use W A S D

    Press and hold the right mouse button. While held, move the mouse to look around, and tap W/A/S/D to fly forward/left/back/right — exactly like a first-person game. Add E to rise and Q to descend.

    Release the right mouse button to stop flying. This 'hold RMB to fly' mode is how you'll cover ground most of the time.

  5. 5Frame an object with F

    Click the character or a block in the viewport to select it (it gets a highlight). Now press F.

    The camera smoothly flies to frame that object. F ('focus') is the fastest way to stop being lost — select something you know and snap to it.

  6. 6Orbit, pan and zoom

    With an object framed, hold Alt + left-mouse and drag to orbit around it (great for inspecting). Alt + right-mouse drag (or the scroll wheel) zooms. Press and hold the middle mouse button to pan sideways.

    Spend a minute just circling the character with Alt+LMB. This 'tumble' is how artists inspect models.

The navigation shortcuts to memorise

  • RMB W A S D Fly: hold right-mouse, look with the mouse, move with WASD
  • RMB E / Q While flying, move up (E) and down (Q)
  • F Focus — frame the selected object
  • Alt LMB drag Orbit (tumble) around the pivot
  • Alt RMB drag Dolly zoom in and out
  • MMB drag Pan the camera sideways and up/down
  • RMB Scroll Change fly speed on the fly (faster/slower)

Two ways to look at your scene

The realistic, game-like view with depth and vanishing points. This is where you'll spend almost all your time building and play-testing.

It's the default view in every new viewport.

Your camera moves way too fast (or painfully slowly) and you keep overshooting. How do you fix it?

ChallengeTry it yourself: the camera workout

Without using any menus, do this sequence: fly across the level to the far side, select the player character, frame it with one key, then orbit a full 360° around it. Finally, switch to a top-down view, then back to perspective.

Hint 1

Crossing the level: hold RMB and tap W; if it's too slow, scroll up while still holding RMB.

Hint 2

Framing in one key: select the character, then press F.

Hint 3

Orbiting: hold Alt and drag with the left mouse button.

Hint 4

Top-down: click the 'Perspective' label in the top-left of the viewport and choose Top.

QuizCheck yourself

1What's the quickest way to frame the object you've selected?

2You're holding the right mouse button to fly and the camera feels too fast. The slickest fix is to…

3Which combo orbits (tumbles) the camera around the selected pivot?

Editor panels at a glance

Tap a card to flip it

Finished the steps?

Mark this lesson complete

We'll remember it on your Academy page and unlock the next lesson below.

Next lesson →A Beginner's Tour of the Unreal Engine 5 Editor Interface

Questions beginners ask

Keyboard navigation isn't working — what's wrong?

The viewport probably doesn't have focus. Click once inside the 3D viewport so it's the active panel, then try holding the right mouse button with WASD again.

Is the navigation the same on a Mac or a laptop trackpad?

The shortcuts are the same, but a trackpad makes 'hold right-mouse + WASD' awkward. A three-button mouse is strongly recommended for Unreal — it makes navigation and the middle-mouse pan far easier.

What's the difference between moving the camera and moving an object?

Navigation (this lesson) only moves your view — nothing in the level changes. Moving an object means selecting it and dragging its transform gizmo, which we cover when you start placing actors in the next track.

Get the next lessons as they land

New Academy lessons, UE5 tips and tool releases — straight to your inbox. No spam, unsubscribe anytime.

Report a bug