Unreal Engine C++ Project Setup, From Scratch

Опубликовано: 27 Февраль 2025
на канале: Alex Forsythe
86,231
2.9k

This video demonstrates how to create an Unreal C++ project from scratch, starting from a fresh install of Windows. Along the way, we'll look at the anatomy of an Unreal project and learn a bit about the build system, and we'll demonstrate a Visual-Studio-free workflow.

0:00 - Introduction
1:18 - Text Editor & Terminal
2:04 - Installing Unreal
2:46 - Installing Visual Studio
6:17 - Conventional Workflow
8:34 - Sublime Text Setup
9:04 - Manual Project Creation
14:31 - Building Editor Binaries
17:17 - Running from Editor Binaries
19:03 - Building a Standalone Game
19:47 - Cooking Content
21:39 - Quick Command-Line Scripts
23:43 - Workflow Example: TestActor
26:03 - Sublime Workflow Tips
28:30 - Review

Unreal Snippets package for Sublime Text: https://github.com/awforsythe/sublime...
Sublime color scheme seen in the video: https://gist.github.com/awforsythe/ef...


#UnrealEngine #UE4 #GameDev