Can I write to a Data Table?

As MMMarcis said - no. In blueprints Data Tables are meant to be static.

But the data table is little more than a map full of structs with a glorious interface :wink: Look into saving game objects; you can save / load the same structs that the DTs are using.

4 Likes