- Unreal Engine 4 Scripting with C++ Cookbook
- William Sherif Stephen Whittle
- 297字
- 2021-07-08 10:50:44
UE4 – installation
There are a number of steps to follow to install and configure UE4 properly. In this recipe, we'll walk through the correct installation and setup of the engine.
Getting ready
UE4 takes up quite a few GB of space, so you should have at least 20 GB or so free for the installation on the target drive.
How to do it...
- Visit unrealengine.com and download it. Sign up for an account if required.
- Run the installer for the Epic Games Launcher Program by double-clicking the
EpicGamesLauncherInstaller-x.x.x-xxx.msi
installer. Install it in the default location. - Once the Epic Games Launcher program is installed, open it by double-clicking its icon on your desktop or in the Start menu.
- Browse the start page and take a look around. Eventually, you will need to install an engine. Click on the large orange Install Engine button on the top-left side from the UE4 tab, as shown in the following image:
- A pop-up dialog will show the components that can be installed. Select the components you'd like to install. The recommendation is to begin by installing the first three components (Core Components, Starter Content, and Templates and Feature Packs). You can leave out the Editor symbols for debugging component if you will not be using it.
- After the engine has installed, the Install Engine button will change to a Launch Engine button.
How it works...
The Epic Games Launcher is the program that you need to start up the engine itself. It keeps a copy of all your projects and libraries in the Library tab.
There's more...
Try downloading some of the free library packages in the Library | Vault section. For that, click the Library item on the left side, and scroll down until you see Vault, underneath My Projects.
推薦閱讀
- Learning Single:page Web Application Development
- Oracle WebLogic Server 12c:First Look
- Java程序設(shè)計(慕課版)
- 深入淺出Electron:原理、工程與實踐
- C語言程序設(shè)計(第2版)
- 基于Java技術(shù)的Web應(yīng)用開發(fā)
- 征服RIA
- C語言從入門到精通(第4版)
- QGIS Python Programming Cookbook(Second Edition)
- Java Web從入門到精通(第2版)
- HTML+CSS+JavaScript網(wǎng)頁制作:從入門到精通(第4版)
- C++ System Programming Cookbook
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- LabVIEW數(shù)據(jù)采集
- Get Your Hands Dirty on Clean Architecture