Vous êtes sur la page 1sur 14

Unreal Engine 4 Getting

Started
.

Installing Unreal Engine

Project Browser
Project Browser UE4

Project Browser
Project Browser provides
create projects,
open your existing projects,
open sample content like sample games and
Showcases.

To bypass the Project Browser and


instantly open the editor for a specific
game, you can pass the name of the
game as a command line argument to the
executable.

Project Browser
Project Tab
a thumbnailed list of all the projects that
have been discovered by the editor
it includes all projects in the installation
folder,
any projects created with the Editor,
Any projects that have been previously
opened

Double Click to open a project

Project Browser
Filter Projects
Search box to search for projects

Browse Button
Navigate your computer and select
a.uprojectfile

Project Browser
In theProjectstab, check theAlways
load last project on startupcheckbox
Automatically open your most recent project
and skip theProject Browser
1. Open theEditor Preferenceswindow.
2. Navigate toGeneral>Loading & Saving.
3. Under theStartupheading, toggleLoad the
Most Recently Loaded Project at Startup.

Alternatively, File>Open
Projectfrom within Unreal Editor

Project Browser
Creating New Projects

Project Browser
TheNew Projecttab gives you
starting templates for your projects
Blueprints Only
C++

Blueprints Only: The initial


gameplay is defined with Blueprints
With Blueprints, it is possible to create
gameplay behavior in Unreal Editor
without needing to write C++ code

Project Browser
C++
The initial gameplay is defined with C++
code
Projects created withC++templates
can be managed through the Unreal
Editor
Edit in Visual Studio

Project Browser
To create a new project:
1. Select a template from the list.
2. Select whether or not to copy Starter
Content into your project.
3. Enter a name for your project.
4. ClickCreate.

Your new project will open in the editor if


it is based on the Blank template or a
Blueprints template, and in Visual Studio
or XCode if it is based on a C++ template

Project Browser
Project Settings
Setup different performance options for
your project
Dependent on type of hardware

Project Browser

Installing UE4
PDF

Vous aimerez peut-être aussi