Unreal Engine 5 Editor keyboard shortcuts

Unreal Engine 5 is Epic's AAA game engine, and its editor spans level design, Blueprints, materials, and cinematics. The defaults below cover the level editor viewport, actor editing, play-in-editor, and the Blueprint graph. Bookmarks, view mode keys, and the snap shortcuts are the biggest time savers for level work. This cheat sheet covers 56 default shortcuts for Windows and Mac.

Files & Global

New levelCtrl+NCmd+N
Open levelCtrl+OCmd+O
Save current levelCtrl+SCmd+S
Save allCtrl+Shift+SCmd+Shift+S
Open asset (search dialog)Ctrl+PCmd+P
Toggle Content DrawerCtrl+SpaceCmd+Space
UndoCtrl+ZCmd+Z
RedoCtrl+YCmd+Y
CutCtrl+XCmd+X
CopyCtrl+CCmd+C
PasteCtrl+VCmd+V
DuplicateCtrl+WCmd+W
DeleteDeleteDelete
RenameF2F2
Select allCtrl+ACmd+A
Deselect allEscEsc

Viewport Tools

Select toolQQ
Move (translate) toolWW
Rotate toolEE
Scale toolRR
Cycle transform toolsSpaceSpace
Focus viewport on selected actorFF
Toggle game view (hide editor icons)GG
Toggle immersive modeF11F11
Toggle translucent selectionTT

View Modes & Cameras

Perspective viewAlt+GOption+G
Front viewAlt+HOption+H
Top viewAlt+JOption+J
Left viewAlt+KOption+K
Wireframe view modeAlt+2Option+2
Unlit view modeAlt+3Option+3
Lit view modeAlt+4Option+4
Detail lighting view modeAlt+5Option+5
Toggle real-time viewport renderingCtrl+RCmd+R
Set camera bookmarkCtrl+0-9Cmd+0-9
Jump to camera bookmark0-90-9

Actors & Level Editing

Snap actor to floorEndEnd
Snap actor to gridCtrl+EndCmd+End
Hide selected actorsHH
Unhide all actorsCtrl+HCmd+H
Group selected actorsCtrl+GCmd+G
UngroupShift+GShift+G
Browse to asset in Content BrowserCtrl+BCmd+B
Open/edit selected assetCtrl+ECmd+E

Play & Simulation

Play in editor (PIE)Alt+POption+P
Simulate in editorAlt+SOption+S
Stop play sessionEscEsc
Eject from / possess player pawnF8F8
Show mouse cursor during PIEShift+F1Shift+F1

Blueprint Editor

Compile BlueprintF7F7
Find in current BlueprintCtrl+FCmd+F
Find in all BlueprintsCtrl+Shift+FCmd+Shift+F
Toggle breakpoint on selected nodeF9F9
Add comment box around selectionCC

Console & Debug

Open console command line``
Open GPU Visualizer (profiler)Ctrl+Shift+,Cmd+Shift+,

Put your top Unreal Engine 5 Editor shortcuts on real keys

The five Unreal Engine 5 Editor actions most worth binding to a physical macropad key:

Alt+POption+P Play in editor (PIE) The core test loop of level design; pressed constantly all day.
F7F7 Compile Blueprint Every Blueprint change needs a compile before testing; one key removes the toolbar trip.
EndEnd Snap actor to floor Placing props cleanly on surfaces is the most repeated level-dressing action.
Ctrl+SpaceCmd+Space Toggle Content Drawer Asset access without sacrificing permanent screen space.
FF Focus viewport on selected actor Instantly flies the camera to whatever you selected in the Outliner.

I hand-build small-batch programmable macropads (QMK/VIA) in Barcelona. One press, any shortcut, any app.

See the macropads

Unreal Engine 5 Editor shortcut FAQs

Why does Ctrl+W duplicate in Unreal Engine instead of closing?
Unreal historically binds Ctrl+W to Duplicate for actors and assets. Ctrl+D also duplicates in recent versions; neither closes the window.
How do I play-test my level in Unreal Engine 5?
Press Alt+P to Play In Editor from the current viewport, Esc to stop, and F8 to eject from the player pawn so you can inspect the running world.
What are viewport bookmarks in Unreal Engine?
Camera positions you save with Ctrl+0 through Ctrl+9 and recall by pressing the number alone. They are the fastest way to move around a large level.
How do I open the console in Unreal Engine?
Press the backtick key (`) to open the console command line, where you can run commands like stat fps or r.ScreenPercentage.
Can I rebind Unreal Engine editor shortcuts?
Yes. Edit > Editor Preferences > Keyboard Shortcuts lets you search and rebind every editor command, including per-editor bindings for Blueprints and Sequencer.