> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/enable-multiplayer-support.md).

# 启用多人支持

请参阅以下说明，或查看我们的 [*最新教程视频*](https://www.youtube.com/watch?v=CjQEYw9Df8A) 在 YouTube 上。

{% embed url="<https://www.youtube.com/watch?v=CjQEYw9Df8A>" %}

1. 导航到你的玩家蓝图。
2. 在 `我的蓝图` 选项卡中，点击齿轮图标并选择 `显示继承变量`.<br>

   <figure><img src="/files/c734b851c555f60e3b1296ac643e8eb992189d62" alt=""><figcaption></figcaption></figure>
3. 找到并启用这两个布尔变量：\
   \- 启用多人游戏\
   \- 启用语音聊天

   <figure><img src="/files/d20a8f7a1e3a16b8b08b72b861584cf96bf7bfd7" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/enable-multiplayer-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
