Skip to content

2.1.2 The DDA

BDC_Patrick edited this page Oct 31, 2025 · 5 revisions

The DialogDataAsset (short "DDA") is the only File you need, to setup your Dialogues.
Create a DDA 2

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.

Documentation Index

I. What is the Dialog Backend?
II. Setting up
III. Binding UI
IV. The Subsystem
V. The Components
VI. Dispatchers
VII. Others

Demo available: Demo Page

Clone this wiki locally