Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Getting Started with Unreal EngineLesson 1.1
RTV for Architecture, Planning & Urban Design/Module 1 · The Unreal Engine Environment

Lesson 1.1 · The Unreal Engine Environment

Getting Started with Unreal Engine

Install the launcher, the engine and your first project - and land softly as a designer new to a game engine

12 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

You do not learn Unreal by reading about it - you install it, open a room, and start moving. This lesson gets you to that first open project.

A game engine looks intimidating from the outside: dark panels, a thousand buttons, a vocabulary borrowed from game studios. But the on-ramp is gentler than it looks. You need one free account, one launcher, one big download, and one template - and within an afternoon you are standing inside a real 3D space you can walk.

This first lesson is pure orientation. We install the Epic Games Launcher and Unreal Engine 5, work out which version and which starting template a designer actually wants, check your computer honestly against what the engine needs, and open a first project. No modelling yet - just getting the studio built so the rest of the course has somewhere to happen.

Milestone for this lesson = first project open in the editor. Everything else is downloading and waiting.

The launcher, the account and the download

Unreal Engine is not a single file you download and run - it is delivered through the Epic Games Launcher, a free application that manages the engine, its versions, samples, the Marketplace (now Fab) and your library. So the first move is to make a free Epic Games account at unrealengine.com, download the launcher for Windows or macOS, and sign in. Everything after that lives inside it.

Inside the launcher, open the Unreal Engine section and find the Library tab. Click the plus to add an engine version and install it. Be warned: this is a serious download - the engine plus its core content runs roughly 15 to 30 GB, and it wants a fast connection and a good chunk of free disk. Put it on an SSD if you can; the engine reads assets constantly and a mechanical drive will make everything feel sluggish. Once it finishes, you have the full engine - editor, renderer, Lumen, Nanite, the Sequencer, Blueprints, VR support - all of it, free.

A word on cost, because it matters and gets muddled. Unreal Engine is free to download and free to learn, and free to use for the overwhelming majority of architectural visualization. Epic's royalty model is aimed at commercial games past a revenue threshold, not at archviz stills, films or client walkthroughs. For anything in this course you will pay nothing. As always, if you are doing something unusual and commercial, check Epic's current licensing for your exact case - but for learning and for normal practice, it is genuinely free.

While the engine downloads, it is worth knowing what else lives in that launcher, because you will return to it constantly. The Library tab holds every engine version you install and every project you create - your home base. A Samples and learning area offers free example projects, some of them archviz scenes you can pull apart to see how a professional set up lighting and materials. Fab (Epic's asset marketplace, which absorbed the old Marketplace and Quixel Megascans) is where you download free and paid meshes, materials and whole environments. And Twinmotion, the friendlier real-time sibling built on Unreal, installs from the same launcher. You do not need any of this on day one, but the launcher is the hub the whole toolchain hangs off, so a few minutes clicking through its tabs while UE5 downloads is time well spent.

DOWNLOAD -> FIRST PROJECTEpic GamesLauncherUnreal Enginetab -> Install UE5Pick atemplateArchviz /Blank + StarterEditor opensyou are insideOne account, one launcher, one big download (~15-30 GB). After that, a project opens in a minute.
Zoom
The on-ramp: one account and the Epic Games Launcher, add the latest stable UE5, pick a template with Starter Content, and the editor opens with you inside a real-time world.

One account -> Epic Games Launcher -> Library -> add UE5 -> ~15-30 GB -> installed. Put it on an SSD.

Which version to install

The launcher will offer you several engine versions, and newcomers freeze here. The honest rule is simple: for learning, install the latest stable Unreal Engine 5 release the launcher recommends. UE5 is the generation that brought Lumen (real-time global illumination) and Nanite (virtualized geometry) - the two features that made real-time archviz look the way it now does - so you want to be on 5, not the older 4.x line.

Why not always the newest preview? Because Epic ships Preview and Early Access builds ahead of the stable release, and those can be buggy and incompatible with plugins. For a course, and for real work, take the newest number that is marked stable rather than preview. Multiple versions can sit side by side in the launcher - a real studio often keeps a project pinned to the version it started on, because opening a project in a newer engine upgrades its files and there is no clean going back. So the discipline is: learn on the latest stable 5.x, and once a real project begins, decide its version deliberately and stick to it.

One practical note for archviz specifically: much of the best free learning content, the Datasmith importers you will use in Module 2, and the Twinmotion content library all track recent UE5 versions closely. Staying current keeps those doors open. You do not need to chase every point release, but starting a course on a two-year-old engine only invites friction.

Templates and the Starter Content

When you finally click New Project, Unreal asks what kind of thing you are making, and offers templates grouped into categories - Games, Film / Video & Live Events, Architecture / Engineering & Construction, Automotive, and so on. A template is just a pre-configured starting point: some settings, sometimes a sample level, sometimes helper Blueprints. Pick the Architecture, Engineering and Construction category if it is offered, or simply start from Blank - both are completely valid, and Blank keeps things uncluttered while you learn.

Two choices on that New Project screen matter. First, tick Starter Content (or add the Starter Content pack): it gives you a small library of ready materials, props and simple meshes - a fast way to have something to look at and light without modelling anything yet. Second, note the Blueprint vs C++ toggle: choose Blueprint. Blueprints are Unreal's visual, node-based scripting (Module 7), and no archviz project needs C++ to begin. You can always add code later; you almost never will.

Give the project a sensible name and a folder you can find again - a project is a whole folder on disk, not one file - and create it. The engine grinds for a moment compiling shaders, and then the editor opens with your level on screen. That is the milestone this lesson exists to reach: you are now inside Unreal, looking at a real-time 3D world, with everything the rest of the course needs already installed.

Is my computer enough? An honest hardware read

Unreal is demanding, and the most common beginner worry is hardware. Here is a straight answer. The single most important part is the GPU (graphics card): real-time rendering happens on it, and you want a dedicated card, not integrated graphics. To learn, a card with around 6 GB of video memory copes; to be comfortable on real archviz scenes, aim for 8-12 GB or more. For system RAM, treat 16 GB as a floor and 32 GB as the target once scenes get heavy with imported geometry and textures. A modern quad-core (or better) CPU and, again, an SSD round it out.

If your machine sits under those numbers, you are not locked out - you learn at lower quality settings. Unreal lets you dial back screen percentage, shadow and Lumen quality, and viewport resolution so the editor stays responsive while you learn the moves; you simply turn the beauty back up on capable hardware or at final render. Module 9 is entirely about keeping scenes running well on the hardware you actually have.

VR is the one place hardware gets stricter. A comfortable VR experience wants to hold about 90 frames per second with no dropped frames, which needs genuine headroom above what a smooth desktop view requires - because in VR the engine renders the scene twice, once for each eye, and any stutter is felt in the body as discomfort rather than merely seen. So the VR modules assume a stronger GPU. You do not need any of this to start; you need it before Module 8. For now, if you have a modern dedicated GPU and 16 GB of RAM, open the editor and begin.

One last reassurance for anyone on borderline hardware: the first shader compile when you open a new project, and the occasional recompile after big changes, are the heaviest moments you will hit - the machine may fall quiet and busy for a few minutes. That is normal and one-off, not a sign your computer cannot cope. Everyday editing is far lighter than that first grind. And if your desktop truly cannot keep up on a real project, Module 10 introduces pixel streaming and the cloud, where a powerful remote GPU does the rendering and streams the result to a modest machine or even a phone - a genuine escape hatch that keeps real-time open to you regardless of the laptop on your desk.

HARDWARE: WHAT IS ENOUGHGPURAMCPUVR extra6 GB card (learn)8-12 GB (comfortable)16 GB minimum32 GB for big scenesquad-coreSSD strongly advisedheadroom to hold ~90 fps, no dropped framesBlue = enough to learn; green = comfortable; VR needs spare frame budget on top.
Zoom
An honest hardware read: a dedicated GPU matters most (6 GB to learn, 8-12 GB to be comfortable), 16 GB RAM is the floor and 32 GB the target, an SSD helps everywhere, and VR needs extra frame-rate headroom on top.

Dedicated GPU first. 6 GB to learn, 8-12 GB comfy. 16 GB RAM floor, 32 GB target. SSD. VR wants spare headroom.

Tools and pieces you meet while setting up

Epic Games Launcher

The free app that installs and manages Unreal Engine and its versions

One account, one launcher; also hosts samples, Fab/Marketplace and Twinmotion. The engine is not a standalone download.

Unreal Engine 5

The current engine generation, with Lumen and Nanite

Install the latest stable 5.x to learn; free for archviz. Older 4.x lacks the real-time GI and geometry features you want.

Project templates

Pre-configured starting points (Architecture, Blank, etc.)

Blank or the AEC template both work; tick Starter Content for instant materials and props, and choose Blueprint over C++.

Starter Content

A small built-in library of materials, props and meshes

Lets you light and explore something immediately without modelling. Optional, but ideal for a first project.

Hands-on workshop

Workshop - install Unreal and open your first project

This is the one workshop that is pure setup. By the end you have the launcher, the latest stable UE5, and a first project open on screen - the platform every later lesson stands on.

A computer with a dedicated GPU and 16 GB+ RAM, internet, disk space. No paid software - Unreal and the launcher are free.

Given & goal
Goal: a working Unreal install with a first project open
Inputs: a computer with a dedicated GPU, a fast connection, ~40 GB free disk
Time: ~45-60 minutes (mostly downloading)
  1. 1Create a free Epic Games account at unrealengine.com, download the Epic Games Launcher for your OS, and sign in.
  2. 2In the launcher, open Unreal Engine -> Library, add the latest STABLE UE5 version (not a Preview build), and install it to an SSD if you have one. Expect ~15-30 GB.
  3. 3Click New Project. Choose the Architecture (AEC) category or Blank, tick Starter Content, set the language to Blueprint, name the project and pick a findable folder, and create it.
  4. 4Wait for shaders to compile, then confirm the editor opens with a level visible in the Viewport. Hold the right mouse button and press W to fly forward - you just moved through a real-time world.
  5. 5Open Edit -> Project Settings briefly just to see the scale of what is configurable, then close it. Note your GPU and RAM against the hardware read above, and write down one quality setting you may need to lower.

You’ll walk away with
A screenshot of your first Unreal project open in the editor, plus a two-line note of the exact engine version you installed and one hardware setting you might need to dial back.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectImmersive design & client experience

Treat this install as setting up a new studio, once. You are not committing your whole office to Unreal by downloading it - you are giving yourself a real-time sketch space alongside your BIM tools. Start on the latest stable UE5 with a Blank or Architecture template and Starter Content, and resist the urge to import a live project on day one. Learn the room before you move the furniture in.

For the interior designerWalkable interiors & material studies

Starter Content is your friend here. It ships with usable materials, simple furniture and props, so you can have a lit little room to explore within the first hour - no modelling required. That immediate, walkable feedback is exactly the interiors payoff of real-time; getting it early keeps the learning motivating while you build toward importing your own rooms and finishes in later modules.

For the studentReal-time skills, portfolio & archviz jobs

This is the most employable free download you will make this year. Unreal costs nothing to learn, and the same install drives archviz, film, games and virtual production. Install the latest stable UE5, keep one tidy learning project, and start a habit of tidy naming and folders now - studios notice a candidate who is organised in the engine as much as one who can make a pretty frame.

Misconception check

Unreal Engine is expensive game-studio software, and my laptop will never run it.

Unreal Engine is free to download and free for essentially all architectural visualization - the royalty applies to commercial games past a revenue threshold, not to archviz stills, films or walkthroughs. On hardware, it is demanding but not exotic: a modern computer with a dedicated graphics card (about 6 GB of video memory to learn, more to be comfortable) and 16 GB of RAM runs it, and quality settings let you trade fidelity for smoothness while you learn. VR is the one part that genuinely wants a stronger GPU with frame-rate headroom, and that is not needed until much later. The real barrier to starting is not money or hardware - it is simply installing the thing and opening a first project, which is exactly what this lesson does.
Try it

Do it yourself

Check you have the setup story straight.

  1. 1What do you install first - the Epic Games Launcher or Unreal Engine - and why can you not just download the engine on its own?
  2. 2For learning, should you install the newest Preview build or the latest stable 5.x? Give the reason.
  3. 3Name two things ticking Starter Content gives you on a first project.
  4. 4What is the single most important piece of hardware for real-time rendering, and roughly how much video memory is comfortable for archviz?
  5. 5Why does VR demand stronger hardware than a smooth desktop viewport?
Take this with you

The one line to carry out

Getting started with Unreal is one account, one launcher, the latest stable UE5, and a Blank or Architecture template with Starter Content - free, and runnable on a modern computer with a dedicated GPU. The milestone is simply your first project open on screen.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Unreal EngineWikipedia, 2026.
  2. 02Epic GamesWikipedia, 2026.
  3. 03Unreal Engine 5.6 DocumentationEpic Games Developer, 2026.
  4. 04Graphics processing unitWikipedia, 2026.
Related lessons
Recap
Unreal Engine installs through the free Epic Games Launcher, not as a standalone file; you sign in, add the latest stable UE5 (the generation with Lumen and Nanite), and create a project from a Blank or Architecture template with Starter Content and Blueprint selected. It is free for essentially all archviz, and runs on a modern computer with a dedicated GPU, 16 GB+ RAM and, ideally, an SSD - with VR the one part that wants extra headroom later.
Carry forward →

Your project is open, and you are looking at a wall of panels you have never seen. Next we make that editor legible - what each panel is for, and the simple loop of selecting, editing and browsing assets that runs the whole thing.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →