Before we can start using Unreal Engine and MetaHumans, we need to do some setup. In upcoming sections, we will do the following:
- Create an Unreal account
- Download and install Unreal Engine 5
- Launch Unreal Engine 5
- Install Quixel Bridge
- Boot up MetaHuman Creator
So, let’s get started.
Creating an Epic account
To get started with Unreal, the first thing you need to do is create an Epic account. To do this, follow these instructions:
- First navigate to the Epic Games website: https://www.epicgames.com/.
Note
Depending on your region, don’t be surprised if the URL changes to something like the following: https://www.epicgames.com/store/en-US/ (you’re still in the right place).
- Once on the Epic Games website, you can navigate to the Unreal Engine link. Alternatively, just use the following URL: https://www.unrealengine.com/.
- In the right-hand corner, click Sign In (even though you don’t have sign-in credentials, you must still click on this).
- You’ll see a list of ways you can sign in, including using your email account with a bespoke password or just simply linking other social media or gaming credentials to Epic Games. Assuming this is your first account and you’re not signed in, select Don’t have an Epic Games account? Sign Up:
Figure 1.1: Different sign-in methods
- On the next page, you will be asked for your name, surname, username, and email, and to designate a password for your email. You can opt to receive additional emails, but you will need to read the terms and conditions and tick that you have done so.
Figure 1.2: Signing up for Epic
- Once you have done this, a link will be sent to your designated email for verification. When you click on this link, you’ll have successfully created an account. You’ll need to be logged in whenever you plan to use the engine.
Next, we need to download and install Unreal Engine 5.
Downloading and installing Unreal Engine 5
Using your Unreal account, we need to download and install Unreal Engine 5. The application you are about to install is the Epic Games Launcher. This is where you install the engine and gain access to other features related to the engine, such as updates, plug-ins, scripts, models, and a host of many other assets. To do this, follow these steps:
- Once you have successfully signed in to Epic, you’ll see a page like this (the page may vary, as the screenshot is the latest marketing material from Epic at the time of print):
Figure 1.3: Epic splash screen
In the top right corner, you will see your name, as well as the Download button. Click this to take you to the following page:
Figure 1.4: Licensing options
For the purpose of this book, we’ll assume you’re in the film and animation business and not the game development business. The column on the left is a Publishing License agreement for game developers where a percentage of sales profits go to Epic Games. You just need to concern yourself with the column on the right: Creators License. In most cases, the readers of this book will fall under Students, educators, and personal learning. However, professionals delivering linear content, such as film and animation, fall under the Creators License option.
- When you’ve read through the details and have had a look at the EULA license agreement, hit the DOWNLOAD NOW button under Creators License.
- Now, choose where you want to download the installer, which will be called something similar to
EpicInstaller013.0.0.enterprise.msi
. It’s a Windows installer package and can be saved anywhere on your machine. You only need this file for the installation process.
Figure 1.5: Downloading the installer
When you have found a suitable place, hit Save.
- Once downloaded, double-click the file and it will run:
Figure 1.6: The Epic Games Launcher
- Now, you can click Install.
When the installer has finished, you’ll see an icon titled Epic Games Launcher on your desktop. Clicking on this will open the Launcher (note that it could take a few minutes to open the first time). Typically, it doesn’t open fullscreen but when it does, it looks something like this:
Figure 1.7: The Epic Games Launcher application
From here, you’ll see a few tabs running along the top to the right of the Epic Games icon. Most notably, we have the following:
- UE4: For blogs, UE4 version updates, and general news
- Learn: Opens the learning center, where you can watch tutorials and download sample projects
- Marketplace: Where you can buy models, environments, and characters designed to work in Unreal Engine
- Library: Used to find content that you have saved, purchased, or installed
- Twinmotion: An architectural pre-visualization application, with assets and presets designed specifically for architectural real-time pre-visualization
- UE5: Where you will install UE5 from
From UE5, click Download UE5, and the installer starts installing immediately. You will see this happening either in the UE5 tab or it may flip over to the Library tab and show you the progress of this download.
Figure 1.8: Engine versions
The installation does take a while, so you may want to come back to this.
Note
At the time of writing, UE5 is only under Early Access. This means that it’s not technically supported for any production and the new features exclusive to this release are deemed experimental.
In the next section, we will launch UE5!
Launching UE5
After you have followed all of the previous instructions and the installer has finished installing, you will see Launch appear; this indicates that Unreal Engine is ready to go.
When you have clicked Launch (making sure you have selected UE 5.0), you may receive pop-up dialog boxes such as the following: The Megascans Plugin was designed for build 4.27.0. Attempt to load it anyway? Messages such as this are precautionary because not everything has been tested to work with UE5 at the time of writing. However, as I have tested them with the Early Access edition, I know they are safe and stable, so it is okay to select Yes.
Next, you’ll see a small splash screen as Unreal Engine initializes. This could take a few minutes the first time it runs. Eventually, it will lead to the following interface:
Figure 1.9: Unreal Project Browser
On the left-hand side, you’ll see a column listing the following:
- RECENT PROJECTS
- GAMES
- FILM / VIDEO & LIVE EVENTS
- ARCHITECTURE ENGINEERING & CONSTRUCTION
- AUTOMOTIVE PRODUCT DESIGN & MANUFACTURING
Each one of the listings gives you templates to choose from. Each template will automatically load certain settings and enable various preinstalled plugins required for that nature of work.
Because we are just interested in FILM / VIDEO & LIVE EVENTS, when we click on that, we get to choose from a small number of templates related to that type of work:
- Blank
- Virtual Production
- DMX
- InCameraVFX
This is what the screen will look like:
Figure 1.10: Virtual Production template
Note
If you happen to have a lower specification machine that doesn’t support raytracing, it’s wise to keep Raytracing to the default off mode. You can always enable it again in Project Settings at a later stage.
From this list, we’re just going to focus on the Virtual Production subtemplate. Then, we need to choose our new project location and create a project title. For my project, I’m going to create a folder titled Lost Girl
and it will be in the D drive. The project folder will be Lost_Girl_SC_01
. You can name your project file whatever you like.
Feel free to save your files to whatever directory you wish but be advised that it is best practice to avoid the C drive where your operating system is stored.
You’ll see a splash screen again and you will be prompted that the project is loading. This will take a minute or two depending on your machine’s specifications. After this, you may get a number of popups:
- You may also get a dialog box just as earlier warning you that a plugin isn’t designed to work in UE5 and asking whether you still want to proceed. Choose Yes if that happens again.
- You also may get asked whether you want to update the project. Choose Yes. This will just take a second or two to update.
- Finally, it will ask whether you want to manage plugins. You can choose Yes and then close down the plugin window if that happens. You can also choose No and enable the plugins later as you import your character into the engine, but I do recommend selecting Yes at this point.
That’s it! We now have the engine up and running.
Figure 1.11: The Unreal Engine interface
Next, it’s time to install Quixel Bridge.
Installing Quixel Bridge
MetaHuman Creator is an online application from Quixel. To get that up and running, first, we need to go to their website and download the application called Bridge that allows us to launch the MetaHuman Creator online application.
This sounds a little complicated, but the Bridge application works like an asset management tool with your account details. For example, it will fire up your personal MetaHumans projects and allow you to download many other assets, such as Megascans Trees, grass, buildings, and so on while keeping tabs on everything you’ve created or downloaded in the past.
This can come in incredibly handy because MetaHumans take up a lot of hard drive space, so you get to store your creations in the cloud, which allows you to download them wherever you are. In addition, once installed, Bridge also works as a plugin within Unreal Engine, making asset management even easier.
So, to get started, complete the following steps:
- First, go to the Quixel website: www.quixel.com.
- Next, click on the DOWNLOAD BRIDGE button (we don’t even need to log in at this stage):
Figure 1.12: Downloading Quixel Bridge
- Once we have downloaded the installer,
Bridge.exe
, run it by double-clicking the file.
This will install and open Bridge automatically and should pop up as a small window like so:
Figure 1.13: Quixel Bridge pop-up application
- Click on the SIGN IN button in the top-right corner of the page.
- This will lead to another dialog box where we can choose SIGN IN WITH EPIC GAMES.
SIGN IN at the top right will change to a person icon, indicating that you have successfully signed in:
Figure 1.14: Successfully signed in
We’re nearly all set up. Now, let’s finally set up MetaHuman Creator.
Booting up MetaHuman Creator
Now that you’ve downloaded Bridge onto your computer and signed in using the same login credentials you used for the Epic Games Launcher, you are now ready to boot up MetaHuman Creator. The difficult part is over, and this is where the fun begins.
It is worth noting at this point that Quixel’s Bridge has more features than just MetaHumans. Bridge gives you access to an enormous library of 3D assets, such as Megascans, and 2D assets, such as textures and materials. Unlike most 3D asset libraries, Bridge provides scanned models. In other words, these models are based on data taken from real objects, which is why they look so realistic but come with a hefty file size.
To get straight into MetaHumans, look for the person icon in a circle on the left-hand side of the screen:
Figure 1.15: The MetaHumans icon
You will see numerous thumbnails of MetaHuman templates. By clicking on any one of these thumbnails, you will see a new option related to that character you’ve clicked, and you’ll see a blue button titled START MHC (this stands for MetaHuman Creator):
Figure 1.16: Starting MHC
And that’s it. Once you click the blue button, you will start your MHC session. This will take a few moments to boot up and you’ll get a page looking something like this:
Figure 1.17: Connecting to the MetaHuman Creator online session
As mentioned earlier in this chapter, be sure to have a reliable internet connection to speed up the process of MHC.