'Blueprint Basic Multiplayer HUD'
URL : https://wiki.unrealengine.com/Blueprint_Basic_Multiplayer_HUD
; UE4 블루프린트를 이용해서 멀티플레이 메인메뉴 / 로비를 만드는 튜토리얼
; ExecuteConsoleCommand 를 이용해 블루프린트에서 listen, join, exit, start 처리
; UI 는 DrawTexture, DrawText 를 이용해서 HUD 에 그림
; 버튼 처리는 HitBox 를 이용해서 처리
; 언리얼4는 블루프린트에서 사용할 수 있는 UI 엔진이 아직 딱히 없어서 불편 :(. Slate Framework 의 경우 native 에서만 되는 것 같고, UMG(Unreal Motion Graphic) 은 아직 실험단계이고 ScaleForm은 flash 작업자가 있어야한다는 점과 binary format 인 관계로 merge 가 헬이라서 사용하고 싶지 않다는