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.
Before this: Install Unreal Engine 5 and Open It for the First Time
- 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.
- 1Pick the Games category
In the Project Browser, choose the 'Games' category. These templates come set up for interactive, playable projects.
- 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'.
- 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.
- 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.
- 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.
- 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.
A flat, no-perspective view looking straight down (Top) or from the front/side. Distant and near objects are drawn the same size, which makes precise alignment easy.
Click the viewport's view label (top-left, says 'Perspective') and switch to Top to line objects up like a blueprint, then switch back to Perspective. Pros bounce between them constantly.
Your camera moves way too fast (or painfully slowly) and you keep overshooting. How do you fix it?
Hold the right mouse button (so you're in fly mode) and roll the scroll wheel — up speeds the camera up, down slows it down. This is the quick, in-the-moment fix.
For a permanent setting, click the little camera-speed icon in the top-right of the viewport toolbar and adjust the slider there.
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.
Hold RMB, scroll up to speed up, fly with W to the far side. Click the character to select it. Press F to frame it. Hold Alt+LMB and drag in a circle to orbit 360°. Click the view label (top-left) → Top for the orthographic view, then click it again → Perspective to return.
If you can do that smoothly without thinking, you've got the single most-used skill in Unreal.
QuizCheck yourself
1What's the quickest way to frame the object you've selected?
F = focus. Select something, press F, and the camera flies to frame it. Your fastest 'I'm lost' rescue.
2You're holding the right mouse button to fly and the camera feels too fast. The slickest fix is to…
Scrolling while holding RMB changes flight speed live — no menus, no interruption.
3Which combo orbits (tumbles) the camera around the selected pivot?
Alt + LMB drag orbits around the pivot — the classic way to inspect a model from all sides.
Editor panels at a glance
Tap a card to flip it
Mark this lesson complete
We'll remember it on your Academy page and unlock the next lesson below.
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.