Unreal Engine Keyboard Shortcuts: The Complete List (UE4 & UE5)

Quick answer: Unreal Engine’s most-used shortcuts are W (Translate), E (Rotate), R (Scale), Spacebar (cycle the transform gizmo), F (focus on the selected object), Alt + P (Play in Editor), and End (snap to floor). The complete list organized by category, with Windows and Mac keys and a free downloadable PDF is below.

Keyboard shortcuts (also called hotkeys or keybinds) are key combinations that run a command instantly, so you don’t have to dig through menus. In a tool as deep as Unreal Engine, they’re the single fastest way to speed up level design, Blueprint scripting, and cinematics. This guide collects 80+ verified shortcuts across every major editor Viewport, Level Editor, Blueprint, and Sequencer plus how to create your own.

On Mac, replace Ctrl with Cmd (⌘) and Alt with Option (⌥) for most commands. Mac-specific keys are noted where they differ.

Most-Used Unreal Engine Shortcuts

These are the shortcuts you’ll reach for every single session. Memorize these first.

ActionWindowsMac
Translate (Move) toolWW
Rotate toolEE
Scale toolRR
Cycle transform gizmoSpacebarSpacebar
Focus on selected objectFF
Play in Editor (PIE)Alt + POption + P
Find in Content BrowserCtrl + BCmd + B
Snap object to floorEndEnd
Open command console` (backtick)` (backtick)
DuplicateCtrl + DCmd + D

Basic Editing Shortcuts

The universal editing commands most of these match other software, so they’ll feel familiar from day one.

ActionWindowsMac
CopyCtrl + CCmd + C
CutCtrl + XCmd + X
PasteCtrl + VCmd + V
DuplicateCtrl + DCmd + D
DeleteDeleteDelete
UndoCtrl + ZCmd + Z
RedoCtrl + YCmd + Y
Select AllCtrl + ACmd + A
Clear selectionEscEsc
RenameF2F2
Save current levelCtrl + SCmd + S
Save allCtrl + Shift + SCmd + Shift + S
Open levelCtrl + OCmd + O
Browse to next tabCtrl + TabCmd + Tab
Find in Content BrowserCtrl + BCmd + B

Transformation Shortcuts (Move, Rotate, Scale)

Switching transform tools by hand is one of the biggest time sinks for beginners. These keys flip between them instantly.

ActionWindowsMac
Translate (Move)WW
RotateEE
ScaleRR
Cycle through Move/Rotate/ScaleSpacebarSpacebar
Select modeQQ
Toggle World / Local space(toolbar globe icon)(toolbar globe icon)
Duplicate while transformingAlt + drag gizmoOption + drag gizmo

Viewport & Camera Shortcuts

These control how you look around the 3D editor. They also work in the viewports inside the Blueprint editor.

ActionWindowsMac
Focus on selectionFF
Show / hide editor icons & gridGG
Perspective viewAlt + GOption + G
Front viewAlt + HOption + H
Top viewAlt + JOption + J
Side (Left) viewAlt + KOption + K
Wireframe view modeAlt + 2Option + 2
Unlit view modeAlt + 3Option + 3
Lit view modeAlt + 4Option + 4
Show navigation meshPP
Toggle game view (immersive)GG
Full screen viewportF11F11
Increase grid sizeShift + [Shift + [
Decrease grid sizeShift + ]Shift + ]

Level Editor Shortcuts

Everything for arranging, snapping, and organizing actors in your level.

ActionWindowsMac
Context menuRight-clickRight-click
Group selected actorsCtrl + GCmd + G
UngroupShift + GShift + G
Hide selectedHH
Unhide allCtrl + HCmd + H
Snap to floorEndEnd
Snap pivot to floorAlt + EndOption + End
Snap bounds to floorShift + EndShift + End
Snap origin to gridCtrl + EndCmd + End
Set bookmarkCtrl + 0–9Cmd + 0–9
Jump to bookmark0–90–9
Select all adjacent floor surfacesShift + UShift + U
Select all adjacent wall surfacesShift + WShift + W
Select all coplanar surfacesShift + CShift + C

Blueprint Editor Shortcuts

If you’re scripting gameplay without C++, you’ll live in the Blueprint graph. These keys keep it fast and tidy.

ActionWindowsMac
Save BlueprintCtrl + SCmd + S
Find within this BlueprintCtrl + FCmd + F
Find in all BlueprintsCtrl + Shift + FCmd + Shift + F
Straighten connections between nodesQQ
Align top edgesShift + WShift + W
Align left edgesShift + AShift + A
Align bottom edgesShift + SShift + S
Align right edgesShift + DShift + D
Align horizontal centerAlt + Shift + WOption + Shift + W
Align vertical centerAlt + Shift + SOption + Shift + S
Add comment box around nodesCC
Create reroute node(double-click a wire)(double-click a wire)

Fast node creation: Hold a key while left-clicking in the graph to drop a common node — for example B + Click for a Branch, S + Click for a Sequence, D + Click for a Delay. (These are default Blueprint node-spawn bindings and are fully customizable.)

Sequencer Shortcuts

Sequencer is Unreal’s cinematic and animation timeline editor. These shortcuts speed up keyframing and playback.

ActionWindowsMac
Play / pause timelineSpacebarSpacebar
Add keyframe (selected track)EnterEnter
Set keyframe interpolation – Cubic (Auto)Shift + 1Shift + 1
Set keyframe interpolation – LinearShift + 4Shift + 4
Set keyframe interpolation – ConstantShift + 5Shift + 5
Jump to start of playback rangeUp ArrowUp Arrow
Jump to end of playback rangeDown ArrowDown Arrow
Step to next key. (period). (period)
Step to previous key, (comma), (comma)
Frame all / focus playback rangeAA

Function Key (F1–F11) Shortcuts

KeyAction
F1Open documentation / help
F2Rename selected item
F4Open Actor Details
F8Possess or eject the player (during Play)
F9Take a screenshot / shot break
F11Toggle full-screen viewport

Editor Modes Shortcuts

ModeShortcut
Select / Placement modeShift + 1
Mesh Paint modeShift + 2
Landscape modeShift + 3
Foliage modeShift + 4
Geometry / Modeling modeShift + 5

How to Customize Shortcuts in Unreal Engine

Every shortcut above is a default — you can rebind any of them to suit your workflow. Here’s how, step by step:

  1. From the main menu, open Edit → Editor Preferences.
  2. In the left panel, under General, select Keyboard Shortcuts.
  3. Use the Search field to filter for the command you want to change.
  4. Click the binding text field next to that command and press your new key combination.
  5. If the combination is already used, Unreal shows a warning click Override to reassign it, or pick a different key.
  6. Click anywhere outside the field to save. Unreal stores the change automatically.

Back up and share your keybinds: Click Export to save your shortcuts as an .ini file, then Import it on another machine or a fresh Unreal install. This is the easiest way to carry your setup between computers.

Download the Unreal Engine Shortcuts PDF

Want a printable cheat sheet to keep next to your monitor? Download the free Unreal Engine 5 Shortcuts PDF — every shortcut in this guide, organized by category, ready to print.

Frequently Asked Questions

What is the Play shortcut in Unreal Engine?

Press Alt + P (Option + P on Mac) to start Play in Editor (PIE) and test your level instantly without clicking the Play button.

How do I focus the camera on a selected object?

Select the object in the viewport and press F. The camera frames and centers on it. This works in both the Level Editor and Blueprint viewports.

Do Unreal Engine 4 shortcuts work in Unreal Engine 5?

Yes nearly all UE4 keyboard shortcuts carry over to UE5, including editing, transform (W/E/R), viewport, and Blueprint shortcuts. UE5 mainly adds new mode shortcuts (Shift + 1–5) for its new tools.

How do I change or reset keyboard shortcuts in Unreal Engine?

Go to Edit → Editor Preferences → Keyboard Shortcuts, search for the command, and type a new binding. To reset, click the small reset arrow next to a command to restore its default.

What does pressing Q do in the Blueprint editor?

Select multiple nodes and press Q to straighten the wires connecting them the fastest way to clean up a messy graph. Use Shift + W/A/S/D to align nodes by edge.

How do I snap an object to the floor in Unreal Engine?

Select the actor and press the End key. It drops and aligns to the nearest surface that has collision enabled.

Can I export my custom shortcuts?

Yes. In Editor Preferences → Keyboard Shortcuts, click Export to save an .ini file, then Import it into another Unreal installation to keep the same setup across machines.

What are the Move, Rotate, and Scale shortcuts?

W activates Translate (Move), E activates Rotate, and R activates Scale. Press Spacebar to cycle through all three.

Final Thoughts

Mastering these shortcuts is less about memorizing every key and more about building muscle memory for the ones you use daily. Start with W, E, R, and F the transform and focus keys you’ll press hundreds of times a session then layer in the Blueprint and viewport shortcuts as your projects grow. Remember that everything here is fully customizable under Edit → Editor Preferences → Keyboard Shortcuts, so don’t hesitate to remap commands to fit your own flow and export your setup to carry it between machines.

READ NEXT:

Pratik

Pratik is the founder of Tutorial Tactic and a productivity tools specialist with 15 years of hands-on experience in Google Workspace, Microsoft Office, and software automation. He has published over 1,500 guides on keyboard shortcuts, software commands, how-to tutorials and workflow optimization, helping readers across the US and India work faster with the tools they use every day. Tutorial Tactic was founded in 2021 with one goal: cut through the noise and give readers exactly what they need fast, verified, and beginner-friendly.
Back to top button