I am trying to get widget buttons to show up in a data table and am having issues

I am trying to add a widget button to a data table for a piano sight reading exercise game I am working on, and I think they keys have to be buttons for functionality reasons, as in widget buttons of course. But, I cannot get anything in the row editor to show up in the data table from the data structure that allows me to indicate what button should be pressed when a certain image shows. Does anyone have any idea how to reference to widget buttons in a data table?

edit: I am going to try referencing to the buttons by the name variable option in the data structure for the data table and use some kind of array reference to the buttons in the widget blue prints for correct and false answers. Hopefully, I have some success.

References are a runtime thing, and data tables are not. I think that might be your main problem.

1 Like