UE4 Tutorial 'Blueprint QuickShot'
URL : http://youtu.be/9kzbsH8HgVY?list=PLZlv_N0_O1gaCL2XjKluO7N2Pmmw9pvhE
; 12개 간단한 블루프린트 예제 리스트
; 다른 블루프린트 튜토리얼과 겹치는 부분도 있음
; 목록은 다음과 같음
- Triggerable Light : 라이트를 껐다 키는 스위치
- Blueprint Pickup : 충돌했을 때 사라지는 물체
- Custom Projectile : 언리얼 물리를 이용해 앞으로 날리는 물체
- Spawning Physics : 특정 지점에서 자유 낙하하는 물체를 소환
- Communicating Between Blueprints : 블루프린트 간에 데이터를 전달하는 법
- Making Procedural Content : 블루프린트를 이용해 특정 물체를 랜덤한 개수만큼 생산하는 법
- Changing Thins Over Time : 타임라인을 이용해 점멸하는 라이트
- Adding Interation : 블루프린트 인터페이스를 이용해 블루프린트 간의 통신하는 법
- More Blueprint Communication : 블루프린트 간에 통신하는 법
- Adding 3D Widgets : 3D Widgets 을 사용해서 construction script 다루는 법
- Expose On Spawn : 랜덤한 속도를 가진 박스를 특정 위치에서 키 입력 시에 스폰
- Random Streams : RandomStreams 를 이용해 수풀을 자동생성.