> 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/unreal-engine-platform-support-matrix.md).

# Unreal Engine 平台支持矩阵

使用此参考来确认 Convai Unreal Engine 插件支持哪些构建目标、会启用哪些引擎插件依赖，以及在打包前 Android 麦克风访问需要什么。

### 支持的平台

| 平台        | 运行时支持 | 编辑器支持 | 说明                                           |
| --------- | ----- | ----- | -------------------------------------------- |
| `Win64`   | 支持    | 是     | 受以下支持 `Convai` 是位于 `ConvaiVisionBase` 模块白名单。 |
| `Android` | 支持    | 没有    | 受运行时模块白名单支持；需要处理麦克风权限。                       |
| 其他平台      | 不支持   | 不支持   | 本版本未列入运行时模块白名单。                              |

{% hint style="info" %}
当前版本不支持 macOS、Linux 和 iOS。
{% endhint %}

### 引擎插件依赖项

Convai 插件声明了以下引擎插件依赖项。启用 Convai 插件后，这些依赖项会自动启用；无需手动启用。

| 依赖项                        | 默认启用 | 用于                                                   |
| -------------------------- | ---- | ---------------------------------------------------- |
| `AudioCapture`             | 是    | Win64 和 Android 上的麦克风输入                              |
| `AndroidPermission`        | 是    | 在 Android 运行时请求麦克风权限                                 |
| `EditorScriptingUtilities` | 是    | 编辑器工具依赖；无需用户配置                                       |
| `PropertyAccessEditor`     | 是    | `FConvaiTrackedProperty.PropertyPath` 绑定选择器和属性绑定详情界面 |

### Android 麦克风权限

Android 构建需要麦克风访问。该插件声明了 `android.permission.RECORD_AUDIO` 并使用 `AndroidPermission` 该依赖项在运行时请求该权限，因此标准插件流程不需要单独的 Blueprint 权限请求。

Android 工具链设置不在本插件特定参考范围内。本页仅描述插件源代码中可见的 Convai 插件依赖项和麦克风权限处理。

### 下一步

确认平台依赖项后，请查看哪些角色骨架与该插件兼容。

{% content-ref url="/pages/c2fbcade4761ad52378cc3fbb5beb1bfdb78d879" %}
[角色骨骼支持](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/compatibility-and-requirements/character-rig-support.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/unreal-engine-platform-support-matrix.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.
