Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/VariablesTimersEvents.CHN.udn
Jeff Wilson d0b4f4a0f7 Merging
//depot/UE4/Engine/Documentation/...

to //UE4/Main/Engine/Documentation/...

[CL 3032506 by Jeff Wilson in Main branch]
2016-06-29 09:53:20 -04:00

75 lines
1.9 KiB
Plaintext

INTSourceChangelist:2620473
Availability:Public
Title:变量、定时器和事件
Crumbs:%ROOT%, GettingStarted, Programming/Tutorials
Description:对编辑器公开变量和函数、使用定时器,并使用蓝图覆写 C++ 函数。
version:4.9
[VAR:Topic]
[OBJECT:Topic]
[PARAM:image]
![](newclass_topic.png)
[/PARAM]
[PARAM:title]
%Programming\Tutorials\VariablesTimersEvents:title%
[/PARAM]
[PARAM:path]
[RELATIVE:Programming\Tutorials\VariablesTimersEvents]
[/PARAM]
[PARAM:description]
%Programming\Tutorials\VariablesTimersEvents:description%
[/PARAM]
[/OBJECT]
[/VAR]
[VAR:TopicCompact]
[OBJECT:TopicCompact]
[PARAM:image]
![](newclass_topic.png)
[/PARAM]
[PARAM:title]
%Programming\Tutorials\VariablesTimersEvents:title%
[/PARAM]
[PARAM:path]
[RELATIVE:Programming\Tutorials\VariablesTimersEvents]
[/PARAM]
[PARAM:description]
%Programming\Tutorials\VariablesTimersEvents:description%
[/PARAM]
[/OBJECT]
[/VAR]
此教程为您展示如何对编辑器公开变量和函数,使用定时器延迟或重复代码执行,并使用事件在 Actor 之间进行交流。
[OBJECT:EmbeddedVideo]
[PARAMLITERAL:width]
640
[/PARAMLITERAL]
[PARAMLITERAL:height]
360
[/PARAMLITERAL]
[PARAMLITERAL:videoid]
V3IygewkowM
[/PARAMLITERAL]
[/OBJECT]
[OBJECT:TopicButtonList]
[PARAM:icon]
![](%ROOT%/start_icon.png)(convert:false)
[/PARAM]
[PARAM:title]
步骤
[/PARAM]
[PARAM:description]
[/PARAM]
[PARAM:links]
* [](Programming\Tutorials\VariablesTimersEvents\1 "%Programming\Tutorials\VariablesTimersEvents\1:description%")
* [](Programming\Tutorials\VariablesTimersEvents\2 "%Programming\Tutorials\VariablesTimersEvents\2:description%")
* [](Programming\Tutorials\VariablesTimersEvents\3 "%Programming\Tutorials\VariablesTimersEvents\3:description%")
* [](Programming\Tutorials\VariablesTimersEvents\4 "%Programming\Tutorials\VariablesTimersEvents\4:description%")
[/PARAM]
[/OBJECT]