Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/VariablesTimersEvents.INT.udn
Richard Hinckley d00b04dd43 Final "On Your Own!" pages.
[CL 2489335 by Richard Hinckley in Main branch]
2015-03-24 10:51:02 -04:00

73 lines
1.9 KiB
Plaintext

Availability: Public
Title:Variables, Timers, and Events
Crumbs:%ROOT%, GettingStarted, Programming/Tutorials
Description:Expose variables and functions to the editor, use timers, and override C++ functions with Blueprints.
[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]
This tutorial will show you how to expose variables and functions to the editor, use timers to delay or repeat code execution, and use events to communicate between Actors.
[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]
Steps
[/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]