Updating Data Row Informaiton

I am attempting to update data row information upon an event, but every tutorial I look up indicates that I can “set data row” but that function doesn’t seem to exist. What are my options for updating the data info? Specifically, I’m attempting to flip a boolean from “false” to “true.”

Are you using C++ or Blueprints? Datatable rows are set by reference, So you need to get a reference to the row first. There should be a SetMembersIn option when you pull a wire off of GetDataTable Row.

Then you can select which members in the row to set from the details panel

Still not working. Here is what I have coded.


It really feels like this should update the item data but it doesn’t.