-
Notifications
You must be signed in to change notification settings - Fork 0
2.1.2 The DDA
BDC_Patrick edited this page Sep 19, 2025
·
5 revisions
The DialogDataAsset (short "DDA") is the only File you need, to setup your Dialogues.
While other Systems rely on a separated DataTable and a Tree Asset - The BDC DialogBackend combines both into 1 Asset.
The DDA IS a DataTable under the Hood, using the BDC_DialogData Struct.
By using a single Asset, I reduced the complexity of the whole System setup a lot. No switching between multiple Tabs. If you add a new Dialog Node, it automatically edits the DataTable behind.
I. What is the Dialog Backend?
II. Setting up
|