- Unreal Engine 4.X By Example
- Benjamin Carnall
- 468字
- 2021-07-14 10:38:09
Installing Unreal Engine 4
The version of Unreal Engine we will be using for this book is Unreal Engine 4.11.0. You may use any 4.11.# engine version as long as your version number exists within the 4.11 family. If you have already installed Unreal Engine 4.11 you can skip this section and jump straight to Creating your first project. First things first, you need to sign up as an Unreal Engine developer. Navigate to https://www.unrealengine.com in your browser and select the GET UNREAL option located in the top right-hand corner of the web page.

This will then redirect you to the login/sign-up page for a UE account. If you do not have an account, follow the steps presented in the page to create one. This account will integrate you into the Unreal Development community. Through this account you can get Unreal Engine news, updates, and developer support.
Once this is done you will be directed to the downloads page, choose the OS that you will be developing on (MAC, Windows) and you should see the download begin for an Epic Games Launcher installer. The Epic Game Launcher is the portal for all Unreal Engine versions and you will use this application to install, manage, and launch the engine version you wish to use.
Once the Epic Games Launcher has been successfully installed, run it and it will prompt you to log in with the account credentials you previously set up with Epic. If everything has gone according to plan you should be presented with the Unreal Engine launcher. From the launcher you will need to navigate to the Unreal Engine tab located in the top left-hand side of the window. From here you can see News, Learning Resources, and Marketplace Content for the engine. I advise you to take your time to explore each of the options available to you, however we will be focusing on the Library section.
By selecting the Library element on the list on the left-hand side of the window you will be presented with any currently installed engines as well as any Unreal projects you have already created. There will be an Add Versions button near the top of the window.

Pressing this button will present you with a light-colored engine node, click the drop-down arrow next to the engine version number and be sure to select 4.11.0. Once this is done, hit Install. The launcher will now handle downloading and installing your new engine version!
While the engine is installing I would strongly suggest you spend some time exploring your journey to becoming a proficient Unreal Engine developer. Once the engine has been installed, hit Launch and you are ready to go!
Tip
Tip: If you hit the drop-down arrow next to launch you can create a shortcut for the engine version.
- Learning NServiceBus(Second Edition)
- Arduino by Example
- 微服務與事件驅(qū)動架構(gòu)
- Practical Data Science Cookbook(Second Edition)
- 云原生Spring實戰(zhàn)
- 你必須知道的204個Visual C++開發(fā)問題
- Magento 1.8 Development Cookbook
- R的極客理想:工具篇
- 快人一步:系統(tǒng)性能提高之道
- C語言程序設計實驗指導 (第2版)
- Qt5 C++ GUI Programming Cookbook
- C語言程序設計實訓教程與水平考試指導
- 零代碼實戰(zhàn):企業(yè)級應用搭建與案例詳解
- Mastering Embedded Linux Programming
- Java Hibernate Cookbook