> 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/blueprint-reference.md).

# Blueprint 参考

蓝图参考文档介绍了 Convai Unreal Engine 插件的核心运行时蓝图接口：聊天机器人、玩家和对象组件；共享结构体和枚举；麦克风捕获；以及横向的实用工具库。当您需要精确的属性名称、函数签名、默认值、类别和约束时，请使用这些页面。

特定功能的蓝图节点——动作参数访问器、动态上下文传输细节、情感辅助、长期记忆（LTM）节点、视觉和叙事设计——位于各自功能的蓝图参考页面中。该 **Convai 子系统** 连接接口已在 [会话生命周期](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/core-concepts/session-lifecycle.md)，而非此处。

<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>Convai 聊天机器人组件</strong><br>AI 角色组件的属性、函数和事件，包括会话、身份、口型同步、视觉和环境 API。</td><td><a href="/pages/4a6e5ee0afdb709983f0b5685e8cf00febcf5282">/pages/4a6e5ee0afdb709983f0b5685e8cf00febcf5282</a></td></tr><tr><td><strong>Convai 玩家组件</strong><br>玩家组件的属性、函数和事件，包括身份、会话、麦克风捕获、流式传输和视线注意。</td><td><a href="/pages/7882b4c0154c419a4eb6df2db3b2035b55cacb03">/pages/7882b4c0154c419a4eb6df2db3b2035b55cacb03</a></td></tr><tr><td><strong>Convai 对象组件</strong><br>世界对象标记组件的属性、函数和事件，包括已跟踪属性、接近状态和视线回调。</td><td><a href="/pages/0d2b21389ed61f2a508324d6aaffcbf7a2e30487">/pages/0d2b21389ed61f2a508324d6aaffcbf7a2e30487</a></td></tr><tr><td><strong>麦克风和音频捕获</strong><br>麦克风设备结构体、玩家组件捕获函数、音频捕获组件以及 Android 权限要求。</td><td><a href="/pages/66c756b3aff92ca8b5e88b114dba034ef0b5618c">/pages/66c756b3aff92ca8b5e88b114dba034ef0b5618c</a></td></tr><tr><td><strong>Convai 实用函数</strong><br>用于注视辅助、组件查找、设置访问器、BlendShape 工具、文件 I/O 和连接预热的蓝图库。</td><td><a href="/pages/54960e661fc090cc4ab31a059146f22c63a84ad3">/pages/54960e661fc090cc4ab31a059146f22c63a84ad3</a></td></tr><tr><td><strong>数据类型和枚举</strong><br>组件之间共享的蓝图结构体和枚举，包括对象条目、动作类型、连接状态和 VAD 设置。</td><td><a href="/pages/96e94ab984072449ee1b8486ef735cc01a5fccde">/pages/96e94ab984072449ee1b8486ef735cc01a5fccde</a></td></tr></tbody></table>

### 功能蓝图参考

当需要扩展核心组件 API 的特定功能节点时，请使用这些页面：

| 功能    | 页面                                                                                                                                                   |
| ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| 角色动作  | [Actions Blueprint 参考](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/character-actions/actions-blueprint-reference.md)      |
| 动态上下文 | [动态上下文 Blueprint 参考](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/dynamic-context/dynamic-context-blueprint-reference.md)  |
| 情绪    | [Emotion Blueprint 参考](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/emotion/emotion-blueprint-reference.md)                |
| 长期记忆  | [LTM Blueprint 参考](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/long-term-memory/ltm-blueprint-reference.md)               |
| 叙事设计  | [叙事设计 Blueprint 参考](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/narrative-design/narrative-design-blueprint-reference.md) |
| 视觉    | [视觉蓝图参考](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/vision/vision-blueprint-reference.md)                                |
| 凝视注意力 | [视线注意力参考](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/gaze-attention/gaze-attention-reference.md)                         |
| 口型同步  | [面部同步组件参考](/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/lip-sync/face-sync-component-reference.md)                         |


---

# 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/blueprint-reference.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.
