Files
UnrealEngineUWP/Engine/Documentation/Source/GettingStartedPDF/GettingStartedPDF.CHN.udn
Ben Marsh 49831a5631 Include documentation source in repository.
[CL 2489162 by Ben Marsh in Main branch]
2015-03-24 08:35:52 -04:00

53 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Availability:Docs
Title: 虚幻引擎入门指南
Crumbs:
DoIndex:false
Description: 虚幻引擎入门指南PDF生成器
Template:PDF.html
[REGION:banner]
![Unreal Engine 4](ue4.png)
[/REGION]
本PDF涵盖了以下话题的介绍性信息用来帮助您的虚幻引擎4开发入门
[TOC(start:2 end:2)]
**扩展阅读:**
* 有关虚幻引擎4特性的扩展阅读内容在线文档可在[虚幻开发者网络 (UDN)](https://udn.unrealengine.com/docs/ue4/INT/index.html)中找到。
* [UDN](https://udn.unrealengine.com/index.html) 同时提供您与Epic进行交互的渠道并可就您在使用中所遇到的问题进行提问。 在[开始使用UDN文档](https://udn.unrealengine.com/docs/ue4/INT/Support/UDNGettingStarted/index.html)中获得UDN的更多信息。
## 软硬件要求
[INCLUDE:GettingStarted/RecommendedSpecifications#Main(offset:1)]
## 获得虚幻引擎
[INCLUDE:GettingStarted/DownloadingUnrealEngine#Main(offset:1)]
## 启动编辑器
[INCLUDE:GettingStarted/RunningUnrealEngine#RunEditor(offset:1)]
## 创建您的首个项目
[INCLUDE:Engine/Basics/Projects\CreatingProjects#Main(offset:1)]
## 编译代码项目
如果您使用空白模板创建项目,或使用任意 仅使用蓝图 模板,您将可以马上开始在虚幻编辑器内制作您的项目。 然而如果您需要使用任意游戏或引擎的C++代码,您将需要编译代码以查看游戏中反映出的任意变更。
[INCLUDE:Programming\Development\CompilingProjects#Main(offset:1)]
## 虚幻引擎目录结构
[INCLUDE:Engine/Basics/DirectoryStructure#Main(offset:1)]