> 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/convai-unreal-engine-plugin/compatibility-and-requirements.md).

# 兼容性与要求

在安装 Convai Unreal Engine 插件之前，请确认你的环境满足这些要求 <code class="expression">space.vars.unreal\_plugin\_version</code>。下列页面涵盖 Unreal Engine 版本支持、平台目标、角色骨骼兼容性和网络要求。

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Unreal Engine 版本</strong><br>受支持的 Unreal Engine 范围、各版本的模块可用性以及已知的各版本注意事项。</td><td><a href="/pages/79992cadc87a282de88001754b9e93a529f2ebe9">/pages/79992cadc87a282de88001754b9e93a529f2ebe9</a></td></tr><tr><td><strong>Unreal Engine 平台支持矩阵</strong><br>Win64 和 Android 构建目标、所需插件依赖项，以及 Android 麦克风权限处理。</td><td><a href="/pages/79f6f23bac71c8822aa787c002f3f94e5f1a95ee">/pages/79f6f23bac71c8822aa787c002f3f94e5f1a95ee</a></td></tr><tr><td><strong>角色骨骼支持</strong><br>哪些角色骨骼可直接使用，哪些需要额外设置，以及骨骼设置指南的链接。</td><td><a href="/pages/c2fbcade4761ad52378cc3fbb5beb1bfdb78d879">/pages/c2fbcade4761ad52378cc3fbb5beb1bfdb78d879</a></td></tr><tr><td><strong>网络和 API 要求</strong><br>运行时插件操作所需的域名、协议、端口和防火墙规则。</td><td><a href="/pages/4b0adccfe599095ddce0cd91a25e2fc306475dff">/pages/4b0adccfe599095ddce0cd91a25e2fc306475dff</a></td></tr></tbody></table>

### 最低要求一览

| 要求                     | 最低                                                                    |
| ---------------------- | --------------------------------------------------------------------- |
| Unreal Engine          | <code class="expression">space.vars.unreal\_min\_version</code> 最低    |
| Convai 账号              | 必需 — 在此创建一个 <code class="expression">space.vars.dashboard\_url</code> |
| API 密钥                 | 标准设置所需 — 在 Convai 控制面板中生成                                             |
| `AudioCapture` 插件      | 随引擎附带的插件；作为依赖项自动启用                                                    |
| `AndroidPermission` 插件 | 随引擎附带的插件；仅 Android 构建需要                                               |
| 构建目标                   | `Win64` 或 `Android`                                                   |

### 下一步

当你的环境满足这些要求后，即可安装插件。

{% content-ref url="/pages/1e7f8ff5f6dd180c804dba754f19c21a745be07f" %}
[安装 Convai 插件](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/getting-started/install-the-convai-plugin.md)
{% endcontent-ref %}


---

# 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/convai-unreal-engine-plugin/compatibility-and-requirements.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.
