> 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.md).

# 为 MetaHuman 添加 LipSync（已弃用）

## 向 MetaHuman 添加 LipSync 的步骤

1. 从此处下载插件 [链接](https://drive.google.com/drive/u/0/folders/1qhsJE2Zk8RBZ1AXSwMAUGyZVIMongxp1).
2. 前往你的项目文件夹并找到 **`‘Plugins’`** 文件夹。如果没有，请新建一个名为 **`‘Plugins’。`**
3. 解压下载的文件并复制名为 **`‘ConvaiOVRLipSync’`** 到 **`‘Plugins’`** 的文件夹，然后重启 Unreal Engine。
4. 打开 MetaHuman 蓝图并添加一个名为 **`‘ConvaiOVRLipSync’。`**

<figure><img src="https://lh3.googleusercontent.com/1ytdJHGFBXwMN246MR_wK_-rSqKkrbjQu6jlzzobaI5XW8eTyeydKTlMC7d2thVnMYnvTS6nFEorqLcGDE9_09_Y6NdU34gGMefi5Dwlgs9Uit-vapF24ft4KfA-Qm_zSzGzlG9o-NJJdXD7Oma_lOE" alt="" width="375"><figcaption><p>选择 Convai OVR Lip Sync</p></figcaption></figure>

5. 请确保 **`‘Face’`** 组件使用的是 **`‘Convai_MetaHuman_FaceAnim’`** 动画类。

**以下是**[ **YouTube 教程**](https://youtu.be/n5zjnN1W41M)**.**


---

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