Nothing Special   »   [go: up one dir, main page]

Unreal Course Keyboard Shortcuts

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

How to use this Cheat Sheet 

Each of the shortcut lists is broken down by the lecture in which you will first see them. This
means you don’t need to worry about the shortcuts till you need them.

Visual Studio Keyboard Shortcuts

Unreal Windows Keyboard Shortcuts

Unreal Mac Keyboard Shortcuts

Xcode Keyboard Shortcuts

This document is a work in progress. Please leave comments with suggested shortcuts that
we’ve missed.

Learn to Code by Making Games - The Unreal Engine Developer


Visual Studio​ Keyboard Shortcuts 

Function Key / Mouse Modifier Where

Lecture 5: Intro to Visual Studio 2015 on PC

Build F5 ctrl Anywhere

Quick Actions (e.g. refactor) + ctrl Editor

Lecture 18: Simplifying With Functions

Indent Right Tab Editor

Indent Left Tab ⇧ Editor

Lecture 25: Including Our Own Header File

F​ind F ctrl Editor

Find Next Enter Editor

F​ind and Replace H ctrl Editor

Lecture 26: Instantiating Your Class

Go Back (in file history) - ctrl Editor

Go Forward (in file history) - ⇧ ctrl Editor

Lecture 30: Pseudocode Programming

F​ind in Solution/Project F ⇧ ctrl Anywhere

Lecture 31: Using using for Type Aliases

F​ind and Replace in Solution H ⇧ ctrl Anywhere

Lecture 34: Debugging 101

Continue F5 Debugger

Lecture 42: TMap and map Data Structures

Go To Definition F12 Editor

Learn to Code by Making Games - The Unreal Engine Developer


Unreal Windows​ Keyboard Shortcuts 

Function Key / Mouse Modifier Where

Lecture 56: Getting to Know Unreal’s Editor

N​ew Level N ctrl Anywhere

S​ave As S ⇧ ctrl Anywhere

F​ocus (on selected object) F Viewport

Translate W Viewport

Rotate E Viewport

Scale R Viewport

Maximise Viewport F11 Viewport

Lecture 62: Moving Objects With C++

Delete object Del World Outliner

Lecture 63: Laying Out Geometry

Move Camera with Object Drag ⇧ Translating

Duplicate Object (​Alt​ernate) Drag alt Translating

Add Point ​L​ight L​ + LMB ⇧ Viewport

Lecture 68: Using Collision Volumes

E​dit Object E ctrl World Outliner

Learn to Code by Making Games - The Unreal Engine Developer


Unreal Mac​ Keyboard Shortcuts 

Function Key / Mouse Modifier Where

Lecture 56: Getting to Know Unreal’s Editor

N​ew Level N ⌘ Anywhere

S​ave As S ⇧ ⌘ Anywhere

F​ocus (on selected object) F Viewport

Translate W Viewport

Rotate E Viewport

Scale R Viewport

Maximise Viewport None Viewport

Lecture 62: Moving Objects With C++

Delete object ⌫ World Outliner

Lecture 63: Laying Out Geometry

Move Camera with Object Drag ⇧ Translating

Duplicate Object (​Alt​ernate) Drag ⌃ Translating

Add Point ​L​ight L​ + LMB ⇧ Viewport

Lecture 68: Using Collision Volumes

E​dit Object E ⌘ World Outliner

Learn to Code by Making Games - The Unreal Engine Developer


Xcode​ Keyboard Shortcuts 

Function Key / Mouse Modifier Where

Lecture 6: Intro to Xcode on MacOS

Open File in New Window Double click Project navigator

Open File in Current Tab Left click Project navigator

B​uild B ⌘ Anywhere

Build and ​R​un R ⌘ Anywhere

Lecture 18: Simplifying With Functions

Indent Right ] ⌘ Editor

Indent Left [ ⌘ Editor

Lecture 25: Including Our Own Header File

F​ind F ⌘ Editor

Find Next (​G​o to next) G ⌘ Editor

F​ind and Replace F ⌥ ⌘ Editor

Open File in Assistant Editor Left click ⌥ Project navigator

Lecture 26: Instantiating Your Class

Go Back (in file history) ← ⌃ ⌘ Editor

Go Forward (in file history) → ⌃ ⌘ Editor

Lecture 30: Pseudocode Programming

F​ind in Project F ⇧ ⌘ Anywhere

Lecture 31: Using using for Type Aliases

F​ind and Replace in Project F ⇧ ⌥ ⌘ Anywhere

Lecture 34: Debugging 101

(​Y​es) Continue Y ⌃ ⌘ Debugger

Lecture 58: Unreal’s Class System

Toggle ‘.h’ and ‘.cpp’ ↑ or ↓ ⌃ ⌘ Editor

Learn to Code by Making Games - The Unreal Engine Developer


Lecture 59: Runtime Messages for Feedback

Show Autocompletions ESC Editor

Learn to Code by Making Games - The Unreal Engine Developer

You might also like