Narrative Design Trigger
This document explains how to extend 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.
Develop the logical flow for your specific use case. In this instance, we have created a simple museum tour guide scenario.
Once the logic is decided we can move to Unreal Engine. (In this guide we will use the same setup described in this guide)
Our goal is to invoke the trigger
Start Tour
in the narrative Design graph, using theInvoke Narrative Design Trigger
.The
Trigger Name
in the function should be the same as theTrigger
name on the graph.
The above example showcased only one Trigger. The use of more than one Trigger is also possible based on execution logic.
Last updated