-
Notifications
You must be signed in to change notification settings - Fork 0
4.4 Selecting an Option
BDC_Patrick edited this page Dec 9, 2025
·
3 revisions
If you followed the manual on Listing Options, you should have an Event bound to the "OnOptionSelected" Dispatcher of your Option Widget.
| Visual | Description |
![]() |
The SelectOption Function When the bound Event is called (returning the selected Option Index), you must notify the Subsystem to proceed.
|
| Feature Behavior |
|
If the selected option has the property The Option itself will trigger an OnDialogUpdated event immediately after selection, causing the Option's text to be displayed as a Message (e.g., representing the player character speaking the chosen line). |
I. What is the Dialog Backend?
II. Setting up
|
