Would it be possible to do something similar to this to set a specific value in a Data Table? I'm trying to read/write values in a particular row and am finding no documentation on it.
Data Tables are meant to be read-only, so I don't think you can write values at runtime. For runtime you can use different data structures like arrays or maps, you can use data assets, save games, custom objects,...
@@polysiens that's rough... I've got about 2 months of work in converting Google docs and Sheets into Tables that were going to be the archive basis for dozens of things in my RPG Companion app...
There is also node "Set members in struct" - you can directly set properties on the struct as ref
Would it be possible to do something similar to this to set a specific value in a Data Table? I'm trying to read/write values in a particular row and am finding no documentation on it.
Data Tables are meant to be read-only, so I don't think you can write values at runtime. For runtime you can use different data structures like arrays or maps, you can use data assets, save games, custom objects,...
@@polysiens that's rough... I've got about 2 months of work in converting Google docs and Sheets into Tables that were going to be the archive basis for dozens of things in my RPG Companion app...