Files
UnrealEngineUWP/Engine/Documentation/Source/Programming/Tutorials/VariablesTimersEvents/VariablesTimersEvents.INT.udn
Matthew Clark 4e0f3149e3 #UE4doc #docs:
Added Engine Version field

[CL 2620473 by Matthew Clark in Main branch]
2015-07-14 13:49:54 -04:00

74 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.
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]
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]