> For the complete documentation index, see [llms.txt](https://docs.edgegap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgegap.com/docs.edgegap.com-ko/docs/sample-projects/unreal-engine/top-down-sample.md).

# 탑다운 샘플

전용 게임 서버로 언리얼 엔진 게임을 출시하는 것은 개인 개발자부터 경험 있는 중간 규모 팀까지 부담스러울 수 있습니다.

다행히 Edgegap 플랫폼은 몇 분 만에 완료되는 간단한 통합 프로세스로 이를 쉽게 만들어 줍니다. 그러면 귀하의 게임은 온라인 상태가 되어 전 세계 플레이어들이 접속해 플레이할 수 있게 됩니다. 이를 통해 귀중한 개발 자원을 멋진 게임을 만드는 데 집중할 수 있습니다.

다음은 Edgegap의 플러그인 비디오 튜토리얼입니다:

{% embed url="<https://youtu.be/J8WNC6itYTE>" %}

***

{% hint style="success" %}
다음을 확인하세요 [언리얼 엔진 샘플 프로젝트](https://github.com/edgegap/unreal-sample) 영감으로 Top-Down 샘플을 사용합니다.
{% endhint %}

{% hint style="info" %}
참고 [Unreal Engine](/docs.edgegap.com-ko/unreal-engine.md) Unreal Engine을 위해 **서버를 빌드하고 사용자화하는 방법 알아보기**.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.edgegap.com/docs.edgegap.com-ko/docs/sample-projects/unreal-engine/top-down-sample.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
