Narrative Design Trigger

This document explains how to use Narrative Design Triggers with Unreal Engine.

Before proceeding with this section, it is advisable to familiarize yourself with the Narrative Design system, as elucidated in this tutorial.

Use of Invoke Narrative Design Trigger in Unreal Engine.

  1. Develop the logical flow for your specific use case. In this instance, we have created a simple museum tour guide scenario.

  1. Once the logic is decided we can move to Unreal Engine. (In this guide we will use the same setup described in this guide)

  2. Our goal is to invoke the trigger Start Tour in the narrative Design graph, using the Invoke Narrative Design Trigger .

  3. The Trigger Name in the function should be the same as the Trigger name on the graph.

  1. The above example showcased only one Trigger. The use of more than one Trigger is also possible based on execution logic.

Last updated