Hi friends – I am using the event dispatcher for the first time, and I ran into a problem that I can’t figure out.
Overview of what im doing: Add list of attachment to a combo box [using checkboxes] that onCheck → they give equipment to player.
What went wrong: Currently the checkboxes bind correctly. But when I check the checkbox, only the value of what I checked prints into logs. (which is a good thing). If don’t hook up the checkbox to current combobox. The current buttons work as expected. Its only not working when I covert them to checkboxes.
Here is the blurprint for it.
-
Created a Check box Widget
-
Bind to GiveEquipment Widget
Thanks in advance.