> 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/narrative-design.md).

# 叙事设计 | Unreal Engine

Narrative Design 可通过 Unreal Engine 蓝图进行扩展，使你能够调用在 Narrative Graph 中创建的触发器，并访问诸如游戏中的一天时间或库存内容等相关信息之类的动态变量。

{% content-ref url="/pages/33920b46fb46af50626f71b62ab2c75618751ad2" %}
[叙事设计触发器](/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/narrative-design/narrative-design-trigger.md)
{% endcontent-ref %}

{% content-ref url="/pages/b999fd8761901800da81511fc8924830f4100836" %}
[Narrative Design 键](/api-docs/zh/cha-jian-yu-ji-cheng/unreal-engine/guides/narrative-design/narrative-design-keys.md)
{% endcontent-ref %}


---

# 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/narrative-design.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.
