본문으로 이동
  • 이 서버는 리버티게임의 개발용 베타 서버로, 게임 플레이 용도로 제작된 사이트가 아닙니다.
  • 리버티게임의 자동 인증된 사용자라면 개발에 필요한 관리자 권한을 신청할 수 있습니다.
  • 틀 및 기능별 소도구를 필요한 문서에만 선택적으로 로딩하는 테스트를 진행하고 있습니다. 작동하지 않는 문서가 있다면 담당자에게 알려주세요.

틀:언리얼엔진4: 두 판 사이의 차이

리버티게임(개발), 모두가 만들어가는 자유로운 게임
Senouis (토론 | 기여)
잔글편집 요약 없음
Hsl0 (토론 | 기여)
편집 요약 없음
 
(다른 사용자 한 명의 중간 판 13개는 보이지 않습니다)
1번째 줄: 1번째 줄:
<div id="libertygame-gamepath" >{{{1}}}</div>
{{소도구|UE4}}
<div id="libertygame-gamename">{{{2}}}.UE4.js</div>
{{복잡}}
[[분류:게임 엔진 틀]]
<onlyinclude><includeonly>
<div id="libertygame-gamepath" style="display:none;">{{{1}}}</div>
<div id="libertygame-gamename" style="display:none;">{{{2}}}.UE4.js</div>
<div class="wrapper" id="mainarea">
<div class="wrapper" id="mainarea">
<div class="alert alert-warning centered-axis-xy" style="min-height: 20px; display:none;" role="alert" id="compilingmessage">
<div class="alert alert-warning centered-axis-xy" style="min-height: 20px; display:none;" role="alert" id="compilingmessage">
7번째 줄: 11번째 줄:
<!-- The "tabindex=0" specifier on the canvas is important to allow it to capture keyboard focus when clicking on it with a mouse -->
<!-- The "tabindex=0" specifier on the canvas is important to allow it to capture keyboard focus when clicking on it with a mouse -->
</div>
</div>
<!--
<div class="buttonarea text-center" id="buttonarea">
<div class="row buttonarea text-center" id="buttonrow">
<span class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"></div>
<span class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"><button type="button" class="btn btn-primary" onclick="try { Module['pauseMainLoop'](); } catch(e) {console.error(e);}">Pause</button></div>
<span class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"><button type="button" class="btn btn-primary" onclick="try { Module['resumeMainLoop'](); } catch(e) {console.error(e);}">Resume</button></div>
<span class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"><button type="button" class="btn btn-primary" onclick="var w = document.getElementById('logwindow'); w.style.display = w.style.display ? '' : 'none';">Toggle Log</button></div>
<span class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"><button type="button" class="btn btn-primary" id='clear_indexeddb' onclick="try { deleteIndexedDBStorage(); } catch(e) {console.error(e);}">Clear IndexedDB</button></div>
<span class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"><button type="button" class="btn btn-primary" id="fullscreen_request">FullScreen</button></div>
<span class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"></div>
<span class="col-sm-2 text-center"></div>
<div class="col-sm-2 text-center"></div>
</div>
</div>
-->
 
<div class="texthalf text-normal jumbotron " id="logwindow" style='display:none'></div>
<div class="texthalf text-normal jumbotron " id="logwindow" style='display:none'></div>
[[분류:소도구를 사용하는 문서/UE4]]</includeonly></onlyinclude>
== 설명 ==
언리얼 엔진 4(Unreal Engine 4)의 HTML5 익스포트를 위한 래퍼 틀입니다.
현재 이 틀은 알파 버전입니다. 변경 사항이 있을 수 있습니다.
주의: 언리얼 엔진 4는 기본적으로 게임에 사용하는 애셋의 크기가 대단히 크기 때문에 Git Repository를 사용하여 게임을 배포하는 것을 권장하지 않습니다. 가능하다면 AWS의 S3이나 Azure Storage를 사용하여 배포하는 것을 권장합니다.
== 같이 보기 ==
* [[/TemplateJS|익스포트에 필요한 JS 코드 템플릿]]
* [https://github.com/Xen-alpha/UnrealEngine 엔진 소스 코드]: GitHub의 [https://docs.unrealengine.com/4.27/ko/ProgrammingAndScripting/ProgrammingWithCPP/DownloadingSourceCode/ Epic Games 개발자 접근 권한] 필요

2025년 1월 14일 (화) 04:51 기준 최신판

스크립트가 없으면 이 틀은 껍데기일 뿐입니다. 마치 당신처럼...
경고! 이 틀은 구조가 복잡한 틀입니다.
이 틀을 잘못 편집하면 [TEMPLATE ERROR CODE:#A2C4DF 이 틀에 치명적인 오류가 발생하였습니다.]
해당 틀에 쓰이는 특정 문법이나 함수, html 코드를 잘 다루는 분들만 편집하시기 바랍니다. 만약 이 틀을 잘못 건드려서 틀이 제 기능을 하지 못한다면 당장 되돌리기 기능을 이용해 되돌리세요. 면책 조항: 이 틀이 달린 글이라도 사실이 아닐 수 있습니다.


설명

언리얼 엔진 4(Unreal Engine 4)의 HTML5 익스포트를 위한 래퍼 틀입니다.

현재 이 틀은 알파 버전입니다. 변경 사항이 있을 수 있습니다.

주의: 언리얼 엔진 4는 기본적으로 게임에 사용하는 애셋의 크기가 대단히 크기 때문에 Git Repository를 사용하여 게임을 배포하는 것을 권장하지 않습니다. 가능하다면 AWS의 S3이나 Azure Storage를 사용하여 배포하는 것을 권장합니다.

같이 보기