I want to make a system where the player will open boxes and receive characters from them. I need to make a list of all the characters in the game. Which should look like: the Character’s BP and whether the character has it or not. I wanted to do this through the structure and date table. But all the characters are child BP. And you cannot select this value in the date table.
In general, how can I make a list table with characters and a variable bool. And how can I add all the data from these variables to the grid panel?