> 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/adjust-interaction-radius.md).

# 调整交互半径

1. 转到你的玩家蓝图。
2. 点击齿轮图标并选择 `显示继承变量` 位于 `我的蓝图` 选项卡。\
   ![](/files/789cec0787e186bf864d0d51974bc82bf1ed2ec3)
3. 搜索该变量 `MaxChatDistance`.\
   ![](/files/d6eb8da1eebe6026824c2586632ec66fdf4e4614)
4. 将其设置为你选择的数值。注意：将其设为 0 可实现无限距离。


---

# 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/adjust-interaction-radius.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.
