You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
//depot/UE4/Engine/Documentation/...
to //UE4/Main/Engine/Documentation/...
[CL 3032506 by Jeff Wilson in Main branch]
75 lines
1.9 KiB
Plaintext
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]
|
|

|
|
[/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]
|
|

|
|
[/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]
|
|
(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]
|
|
|
|
|
|
|