> 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/creating-metahuman-characters/adding-lipsync-to-metahuman-from-plugin-version-3.0.0-or-later.md).

# 为 MetaHuman 添加 LipSync（插件版本 3.0.0 或更高）

{% hint style="info" %}
在继续之前，请确保将你的 MetaHuman 的父类修改为 ConvaiBaseCharacter，如所提供的 [<mark style="color:绿色;">文档</mark>](/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/creating-metahuman-characters/change-the-parent-class-for-metahuman.md).
{% endhint %}

### 为 MetaHuman 添加 LipSync 组件的步骤：-

1. 打开你的 MetaHuman 蓝图。
2. 前往 **`组件`** 部分并选择 **`添加`** 按钮。

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

3. 搜索 **`Convai 面部同步`** 并选择。

<figure><img src="/files/dd97b234822292fd20fded394aee2646ca7b0c6f" alt=""><figcaption><p>Convai Face Sync 组件</p></figcaption></figure>

4. 最后，LipSync 已添加到你的 MetaHuman 中。编译并保存，然后试一试。


---

# 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/creating-metahuman-characters/adding-lipsync-to-metahuman-from-plugin-version-3.0.0-or-later.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.
