<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Bridge on GS_Play Gameplay Framework</title><link>https://gsplay.genomestudios.ca/tags/bridge/</link><description>Recent content in Bridge on GS_Play Gameplay Framework</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://gsplay.genomestudios.ca/tags/bridge/index.xml" rel="self" type="application/rss+xml"/><item><title>Dialogue Sequencer</title><link>https://gsplay.genomestudios.ca/docs/framework/cinematics/dialogue_system/dialogue_sequencer/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gsplay.genomestudios.ca/docs/framework/cinematics/dialogue_system/dialogue_sequencer/</guid><description>&lt;p&gt;The Dialogue Sequencer is the runtime engine that executes dialogue sequences node-by-node. It receives a &lt;code&gt;DialogueSequence&lt;/code&gt; from the &lt;a href="../#dialogue-manager-api"&gt;Dialogue Manager&lt;/a&gt;, traverses the node graph, evaluates conditions, fires effects and performances, and routes text and selection events to the UI layer through the &lt;code&gt;DialogueUIBridgeComponent&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The two components on this page work together:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Component&lt;/th&gt;
 &lt;th&gt;Role&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;DialogueSequencerComponent&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Traverses the node graph. Processes each &lt;code&gt;DialogueNodeData&lt;/code&gt; in order, manages runtime tokens, and signals sequence completion.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;DialogueUIBridgeComponent&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;Decouples the sequencer from presentation. Routes dialogue text and selection events to whichever &lt;code&gt;DialogueUIComponent&lt;/code&gt; or &lt;code&gt;DialogueUISelectionComponent&lt;/code&gt; is currently registered.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;For usage guides and setup examples, see &lt;a href="../../../../the_basics/cinematics/"&gt;The Basics: GS_Cinematics&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>