Configuration
Dropdowns are declared insideUICategories on the xrlive_UIpanel component. Set Type to Xrlive Dropdown and fill in the fields below.
Blueprint API
CallFind Control by Name on the xrlive_UIpanel reference, passing the dropdown’s Name. Feed the Return Value into Bind Event to On Dropdown Selection. Create a Custom Event and connect it to the Event pin.

Dropdown wiring — Find Control by Name feeds Bind Event to On Dropdown Selection; Selected Item is routed into a Switch on String to branch per option
Populating options at runtime
If the list of options needs to be built dynamically — for example, from a data table or an external source — you can populate the dropdown at runtime usingSet Dropdown Options By Name instead of, or in addition to, the static Dropdown Options array in UICategories.

Set Dropdown Options By Name — populates the dropdown list at runtime

