You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
74 lines
2.0 KiB
Plaintext
74 lines
2.0 KiB
Plaintext
INTSourceChangelist:2489335
|
|
Availability: Public
|
|
Title:변수, 타이머, 이벤트
|
|
Crumbs:%ROOT%, GettingStarted, Programming/Tutorials
|
|
Description:변수와 함수를 에디터에 노출시키고 타이머를 사용하여, 블루프린트로 C++ 함수를 덮어씁니다.
|
|
|
|
[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]
|
|
|
|
이 튜토리얼에서는 변수와 함수를 에디터에 노출시키는 법, 타이머를 사용하여 코드 실행을 지연 또는 반복시키는 법, 이벤트를 사용하여 액터 사이의 통신을 하는 법을 보여드립니다.
|
|
|
|
[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]
|
|
|
|
|
|
|