Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/QuickStart/1/QuickStart_1.INT.udn

38 lines
1.2 KiB
Plaintext

Availability: Public
Title:1 - Essential Project Setup
Crumbs:%ROOT%, Programming, Programming/QuickStart
Description:Creating a new project with the specifications we need
SkillLevel: Beginner
Version: 4.8
[VAR:Steps]
[OBJECT:Navigation]
[PARAM:previous]
[/PARAM]
[PARAM:current]
[/PARAM]
[PARAM:home]
[QuickStart Home](Programming\QuickStart)
[/PARAM]
[PARAM:next]
[Next Step](Programming\QuickStart\2 "%Programming\QuickStart\2:title%")
[/PARAM]
[/OBJECT]
[/VAR]
%Steps%
[REGION:note]
You should have a copy of **Visual Studio 2013** for Desktop (Preferably Community or Professional Editions) installed before starting this tutorial.
[/REGION]
1. Open **Unreal Engine** from the Launcher. The [](Engine/Basics/Projects/Browser) will appear.
1. Click on the **New Project** tab and then select the **C++** tab. From there, select **Basic Code** so we have a clean starting point, and make sure "With Starter Content" is set. We'll need to enter a project name, so we'll use "QuickStart". We can now click **Create Project** and get started.
[![](CreateProject.png)](CreateProject.png)
The **Unreal Editor** will now open our new project. **Visual Studio** will also open and load the solution file that our project has created.
%Steps%