-
Notifications
You must be signed in to change notification settings - Fork 0
2.1.3.8 Node: End Continue
BDCPatrick edited this page Sep 10, 2025
·
5 revisions
|
Ends the current running dialog or continues to a different dialog tree. |
The End node has two states.
A – Let this node end the current running Dialog and call the OnDialogFinished Dispatcher of the Subsystem.
B – Let this Dialog Continue to a whole different Dialog Asset File, at a specific Node of that one.
This allows to call a whole different dialog, from a whole different file, at the end of the current one.
| Name | Optic | Type | Description |
|---|---|---|---|
| In | ![]() |
Exec |
Multiple incoming execution to link this Node. |
| Setting | Type | Description |
|---|---|---|
| Options | String |
Additional set of Options, have to be separated by semicolon(;). Will be returned by the Interface Event as split Array. |
| Dev Comment | String |
A non Blueprint returned String to make identifying the node easier, since NodeID is more cryptic. |
| Hotkey |
|---|
| E + left-click |
I. What is the Dialog Backend?
II. Setting up
|
