Hello and thanks, I’m trying to read the values of my datatables using Python and can’t figure out the last step to actually read the value from a row struct:
This is as far as I can get. Could anyone please help me figure out how to get the value of “Name” from the row? I’ve tried a number of things like: row.get_editor_property(“Name”) but have had no success I’m assuming that some kind of cast is needed?
Apology for the delayed response. No I was unable to find out how to do this, and asked around and researched it quite a bit. It seems like something that should be fairly common to do in Python so I’m surprised the information isn’t there.
I solved this in a very unfun and heavy way by stopping using python all together and made a C++ editor module plugin which was able to access DataTables.