Data Tables are an extremely useful tool inside Unreal Engine but sadly blueprints does not have the same functionality that you get inside C++. This plugin was created to expose those features into blueprints for everyone to use. Using the power of K2 nodes, you can easily add, remove, and change the data inside a data table while the nodes will automatically update to the variables in your struct.