Edit Structure in DataTable

Hi everyones
Im trying to edit a Variable in data table the time lef in a cooldown my objective is to make a function that edit the correspond line in my data table that is saved in a character third person character for this exemple ive made a blueprint component that store spells fonction like spell cast but my objective is to see if the cooldown is not passed like waiting 5 sec so i whant to edit the cooldownleft in the data table of my parent character and it did not find anything to do it

sorry for my bad english

You can’t edit Data Tables during run-time, it’s not your typical database. Copy the DT struct to the object that needs it, edit it there and save it to a game object.

thank you ive made an array of structure and that surprisely become damm easy to handle