How do I add an element to an array?

I love working with Blueprints for Game Data, but stopped doing any complicated control structures in them entirely, so much easier in C++. You can make Blueprint Callable functions, but then modify the array’s in C++. Just make a C++ base class for your GameState and add the array’s as Properties there. You’ll want your struct’s in C++ also.