Book Image

Architectural Visualization in Unreal Engine 5

By : Ludovico Palmeri
Book Image

Architectural Visualization in Unreal Engine 5

By: Ludovico Palmeri

Overview of this book

If you excel at creating beautiful architectural renderings offline, but face challenges replicating the same quality in real time, this book will show you how the versatile Unreal Engine 5 enables such transformations effortlessly. While UE5 is widely popular, existing online training resources can be overwhelming and often lack a focus on Architectural visualization. This comprehensive guide is designed for individuals managing tight deadlines, striving for photorealism, and handling typical client revisions inherent to architectural visualization. The book starts with an introduction to UE5 and its capabilities, as well as the basic concepts and principles of architectural visualization. You’ll then progress to essential topics such as setting up a project, modeling and texturing 3D assets, lighting and materials, and post-processing effects. Along the way, you’ll find practical tips, best practices, and hands-on exercises to develop your skills by applying what you learn. By the end of this UE5 book, you'll have acquired the skills to confidently create high-quality architectural visualizations in Unreal Engine and become proficient in building an architectural interior scene in UE5 to produce professional still images.
Table of Contents (24 chapters)
1
Part 1: Building the Scene
6
Part 2: Illuminating and Materializing the Scene
12
Part 3: Completing the Scene
16
Part 4: Rendering the Scene
Appendix:Substrate Materials

Installing Unreal Engine

The first step in installing Unreal Engine is to obtain the Epic Games Launcher, which will serve as the starting point for all subsequent operations. To do this, follow these steps:

  1. Navigate to https://store.epicgames.com/ and download the launcher. If you do not already have an account, you will need to create one. Once the launcher has been downloaded, open it, and enter your credentials to log in.
  2. To begin, navigate to the Unreal Engine page on the left-hand side. Next, click on the Library tab located at the top of the page.
  3. From here, click on the small + icon to add a new version of Unreal Engine. Select the latest version, such as “Unreal 5.3,” and after specifying the installation path, press Install to begin the installation process. As shown in Figure 1.1, click on the + button to add as many Unreal versions as you need:
Figure 1.1: The launch screen

Figure 1.1: The launch screen

How to save space on disk

Unreal Engine requires a significant amount of storage space, with projects often the size of several GB. Disk space can be a crucial consideration, so it’s worth taking steps to save space where possible. One simple tip is to choose which components to install with the software. For example, if you’re using a Windows operating system and primarily developing content such as still images and animation for architectural visualization, you likely won’t need the Android, Linux, HoloLens, and iOS components. Removing these components during installation can save you almost 20 GB of space, and doing this for all your Unreal Engine versions can result in substantial storage savings over time. However, keep in mind that if you plan to develop apps for virtual reality headsets such as Meta Quest, or AR applications, you will need to install some of these components. You can add or remove those components at any time, even after installing Unreal – just click on the small tab within the Unreal icons and choose Options, as shown in Figure 1.2. Uncheck the checkboxes for Android, HoloLens, iOS, and Linux before proceeding with the installation, then click Apply.

Don’t worry about these components – you can always add them back later.

Figure 1.2: Removing unnecessary components

Figure 1.2: Removing unnecessary components

Now that we have Unreal Engine installed, it’s time to start having fun with it. However, before that, we have to learn how to create new projects and move around inside them.