You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
76 lines
1.7 KiB
Plaintext
76 lines
1.7 KiB
Plaintext
Availability: Public
|
||
Title:编程快速入门
|
||
Crumbs:%ROOT%, Programming
|
||
Description:创建您的首个代码项目并添加新的C++类。
|
||
SkillLevel: Beginner
|
||
Version: 4.8
|
||
|
||
[VAR:Topic]
|
||
[OBJECT:Topic]
|
||
[PARAM:image]
|
||

|
||
[/PARAM]
|
||
[PARAM:title]
|
||
%Programming\QuickStart:title%
|
||
[/PARAM]
|
||
[PARAM:path]
|
||
[RELATIVE:Programming\QuickStart]
|
||
[/PARAM]
|
||
[PARAM:description]
|
||
%Programming\QuickStart:description%
|
||
[/PARAM]
|
||
[/OBJECT]
|
||
[/VAR]
|
||
|
||
[VAR:TopicCompact]
|
||
[OBJECT:TopicCompact]
|
||
[PARAM:image]
|
||

|
||
[/PARAM]
|
||
[PARAM:title]
|
||
%Programming\QuickStart:title%
|
||
[/PARAM]
|
||
[PARAM:path]
|
||
[RELATIVE:Programming\QuickStart]
|
||
[/PARAM]
|
||
[PARAM:description]
|
||
%Programming\QuickStart:description%
|
||
[/PARAM]
|
||
[/OBJECT]
|
||
[/VAR]
|
||
|
||
在本教程的过程中,我们会创建新的 **虚幻引擎** 项目,向其添加新的C++类,然后编译项目并添加新类的实例到关卡中。 在完成后,我们会看到以C++来编程的 **Actor** 在屏幕上的移动。
|
||
|
||
[OBJECT:EmbeddedVideo]
|
||
[PARAMLITERAL:width]
|
||
640
|
||
[/PARAMLITERAL]
|
||
[PARAMLITERAL:height]
|
||
360
|
||
[/PARAMLITERAL]
|
||
[PARAMLITERAL:videoid]
|
||
dS1f71pS-5I
|
||
[/PARAMLITERAL]
|
||
[/OBJECT]
|
||
|
||
[OBJECT:TopicButtonList]
|
||
[PARAM:icon]
|
||
(convert:false)
|
||
[/PARAM]
|
||
[PARAM:title]
|
||
步骤
|
||
[/PARAM]
|
||
[PARAM:description]
|
||
[/PARAM]
|
||
[PARAM:links]
|
||
* [](Programming\QuickStart\1 "%Programming\QuickStart\1:description%")
|
||
* [](Programming\QuickStart\2 "%Programming\QuickStart\2:description%")
|
||
* [](Programming\QuickStart\3 "%Programming\QuickStart\3:description%")
|
||
* [](Programming\QuickStart\4 "%Programming\QuickStart\4:description%")
|
||
* [](Programming\QuickStart\5 "%Programming\QuickStart\5:description%")
|
||
[/PARAM]
|
||
[/OBJECT]
|
||
|
||
|
||
|