Hello, I’m trying to integrate dialogue nodes into my engine and I’m wondering what the intended workflow is for this. A dialogue node once exported has the graph
property which defines ports
and links
, are these meant to be how the flow is integrated or is this purely for the GUI? Mostly just wanted to pick your brain and understand your intentions so I can write my code better. :)