Automatically adding a new custom variable to a structure

Hi all,
I’m trying to find a way to add a new variable to an existing structure by passing a string during editor mode using blueprint, python or C++. I know this can be done manually but I’d like to do this using blueprint or python if possible. I can live with C++ solution as well if this is the only way. :slight_smile: After spending quite a bit of time to look for a method, I still haven’t found one yet. Any help would be greatly appreciated! Thank you!

Hi @tobb, I’m currently looking also for help about adding to structure in python. Did you have any luck on your side?

How to manipulate User Defined ENum, Struct, DataTable with Python in Unreal Engine - TAColor