Modify a Data Table?

Hello!

It is possible to modify a Data Table with blueprints? I can import a Data Table in a struct (.csv), get the variables, etc. But I don’t see any settings for modify a Data Table, especially adding or modify rows.

Thank you!

I on someone to do this a feature :slight_smile: very need to modify data table via blueprint.

Hi,

It is not possible.

If you want modify data without saving them: You can load your data table then add data to a TArray and modify the TArray.

If you want save the modified data: I suggest you to use csv file instead of data table. ue4 provide a csv reader/writer librairy.