> 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/features/character-movement.md).

# 角色移动

查找让 Convai 角色走向对象、护送玩家到目的地以及编写移动点的指南和参考。

Convai Unreal Engine 插件提供两个 Blueprint 节点—— **Convai 移动到** 和 **Convai 陪护** ——它们会将由 AI 控制的角色发送到已解析的目标位置。该目标可以是整个 `Actor`，其某个组件，或放置在其上的设计者创建的移动点。这两个节点共享相同的目标解析和导航逻辑，因此无论角色是独自移动还是带领另一个角色，到达方式都相同。使用本节了解如何解析目标位置、将角色移动到对象、护送另一个角色、创建移动点，以及查阅 Blueprint API。

<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>角色移动的工作原理</strong><br>了解如何解析目标位置、如何选择移动点，以及“到达”与“本就在那里”有何不同。</td><td><a href="/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/character-movement/how-character-movement-works.md">角色移动的工作原理</a></td></tr><tr><td><strong>将角色移动到对象</strong><br>使用 Convai Move To 将由 AI 控制的角色发送到一个 Actor、一个组件或一个移动点。</td><td><a href="/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/character-movement/move-a-character-to-an-object.md">将角色移动到对象</a></td></tr><tr><td><strong>护送角色</strong><br>使用 Convai Escort 带领另一个角色前往目标位置，并在他们落后时等待。</td><td><a href="/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/character-movement/escort-a-character.md">护送角色</a></td></tr><tr><td><strong>创建移动点</strong><br>在 Convai Object 上放置由设计者创建的接入点，使角色能从合适的位置接近它。</td><td><a href="/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/character-movement/author-movement-points.md">编写移动点</a></td></tr><tr><td><strong>移动 Blueprint 参考</strong><br>查阅 Convai Move To 和 Convai Escort 节点、它们的输入与输出，以及所有结果代码。</td><td><a href="/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/character-movement/movement-blueprint-reference.md">移动 Blueprint 参考</a></td></tr><tr><td><strong>排查角色移动问题</strong><br>修复失败、返回错误结果代码或始终无法到达的移动和护送。</td><td><a href="/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/character-movement/troubleshoot-character-movement.md">排查角色移动问题</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.convai.com/api-docs/zh/cha-jian-yu-ji-cheng/convai-unreal-engine-plugin/features/character-movement.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
